This commit is contained in:
Ty Clifford
2026-06-24 09:19:08 -04:00
commit 5f7c62f8a7
151 changed files with 18705 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-italic-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-bold-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-bolditalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'slabo_13px';
src: url('../fonts/slabo13px/slabo13px-regular-webfont.woff2') format('woff2'),
url('../fonts/slabo13px/slabo13px-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}