This commit is contained in:
klemek
2021-10-14 15:06:15 +02:00
parent 94312a9862
commit 6fe3ee903e
+4 -1
View File
@@ -1,6 +1,9 @@
/* noto-sans-regular - latin */
@import url('https://fonts.googleapis.com/css?family=Noto%20Sans&display=swap');
* {
box-sizing: border-box;
font-family: Verdana, serif;
font-family: 'Noto Sans', Verdana, serif;
color: #424242;
}