33 lines
1.2 KiB
CSS
33 lines
1.2 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('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
|
|
url('../fonts/robotocondensed-bold-webfont.woff2') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'roboto_condenseditalic';
|
|
src: url('../fonts/robotocondensed-italic-webfont.woff2') format('woff2'),
|
|
url('../fonts/robotocondensed-italic-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'roboto_condensedregular';
|
|
src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
|
|
url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |