mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
20 lines
500 B
CSS
20 lines
500 B
CSS
@font-face {
|
|
font-family: 'The Bold Font';
|
|
src: url('../fonts/theboldfont.woff2') format('woff2');
|
|
}
|
|
|
|
/* https://google-webfonts-helper.herokuapp.com/fonts/noto-sans?subsets=cyrillic,cyrillic-ext,latin */
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/noto-sans-400.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../fonts/noto-sans-700.woff2') format('woff2');
|
|
}
|