Use OpenSans for the reading font
This commit is contained in:
parent
e0dbb3a021
commit
8a63fd8d73
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
assets/fonts/OpenSans-Regular.ttf
Normal file
BIN
assets/fonts/OpenSans-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user