old.nicco.io/src/vendor/fonts/import.css
2019-08-08 13:52:45 +02:00

25 lines
545 B
CSS

@font-face {
font-family: 'Inconsolata';
src: url('./Inconsolata-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Merriweather';
src: url('./Merriweather-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
src: url('./Inconsolata-Bold.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}