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