fara-web/css/fonts.css

33 lines
1.1 KiB
CSS

/**** Self-hosted fonts with free license ****/
/* Arvo Regular */
@font-face {
font-family: 'arvoregular';
src: url('../fonts/arvo-regular-webfont.woff2') format('woff2'),
url('../fonts/arvo-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* Roboto */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 28, 2021 */
@font-face {
font-family: 'roboto_condensedbold';
src: url('robotocondensed-bold-webfont.woff2') format('woff2'),
url('robotocondensed-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'roboto_condenseditalic';
src: url('robotocondensed-italic-webfont.woff2') format('woff2'),
url('robotocondensed-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'roboto_condensedregular';
src: url('robotocondensed-regular-webfont.woff2') format('woff2'),
url('robotocondensed-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}