add sans-serif fallback for font

This commit is contained in:
Aadil Ayub 2022-01-26 17:37:40 +05:00
parent 609b112149
commit aa5eb42321
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }