Use OpenSans for the reading font

This commit is contained in:
PapaTutuWawa 2020-05-24 13:58:50 +02:00
parent e0dbb3a021
commit 8a63fd8d73
2 changed files with 7 additions and 1 deletions

View File

@ -4,11 +4,16 @@
src: url(/assets/fonts/Roboto-Regular.ttf) src: url(/assets/fonts/Roboto-Regular.ttf)
} }
@font-face {
font-family: overpass;
src: url(/assets/fonts/OpenSans-Regular.ttf)
}
/* Element styling */ /* Element styling */
html { html {
background-color: #212121; background-color: #212121;
color: #ffffff; color: #ffffff;
font-family: Roboto; font-family: Overpass;
} }
footer { footer {
@ -16,6 +21,7 @@ footer {
} }
h1, h2, h3 { h1, h2, h3 {
font-family: Roboto;
margin-bottom: 2px; margin-bottom: 2px;
} }

Binary file not shown.