fara-web/css/fonts.css
2021-07-27 18:25:30 +02:00

10 lines
299 B
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;
}