🛠 Update font, fix light mode

This commit is contained in:
Dennis Reimann
2020-10-05 18:15:19 +02:00
parent 8fdf5764ea
commit 4e10a39a27
8 changed files with 27 additions and 12 deletions

View File

@@ -2,3 +2,18 @@
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');
}