mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-17 10:14:25 +00:00
17 lines
426 B
CSS
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');
|
|
}
|