mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
23 lines
552 B
CSS
23 lines
552 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');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TheBoldFont';
|
|
font-style: normal;
|
|
src: url('../fonts/theboldfont.woff2') format('woff2');
|
|
}
|