add generic font family

This commit is contained in:
Steve
2021-07-02 18:03:12 +02:00
parent 5cb50e9406
commit ad4336e8d9

View File

@@ -28,7 +28,7 @@ if (!empty($_GET['q'])) {
margin: 0; margin: 0;
min-height: 100vh; min-height: 100vh;
font-weight: 100; font-weight: 100;
font-family: 'Karla'; font-family: 'Karla', sans-serif;
font-size: 18px; font-size: 18px;
} }