Files
einundzwanzig.space/src/css/base/fonts.css
2020-10-06 17:34:28 +02:00

17 lines
426 B
CSS

/* https://google-webfonts-helper.herokuapp.com/fonts/inconsolata?subsets=latin */
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url('../fonts/inconsolata-400.woff2') format('woff2');
}
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url('../fonts/inconsolata-700.woff2') format('woff2');
}