Files
comcurrent/i/src/css/fonts.css
T
Ty Clifford 5f7c62f8a7 v3.1.1
2026-06-24 09:19:08 -04:00

37 lines
1.2 KiB
CSS

@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;
}