forked from ruangrupa/lumbung.space
add sans-serif fallback for font
This commit is contained in:
parent
609b112149
commit
aa5eb42321
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-family: Gudea;
|
font-family: Gudea, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
/* pushes footer to bottom */
|
/* pushes footer to bottom */
|
||||||
@ -875,4 +875,4 @@ footer a:hover {
|
|||||||
|
|
||||||
.single .h-entry img {
|
.single .h-entry img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user