faster fontstack

This commit is contained in:
2023-12-28 19:11:47 +01:00
parent 3d2df48677
commit ac48133584
+2 -3
View File
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
@@ -11,7 +9,8 @@
} }
html { html {
font-family: 'Open Sans', sans-serif; font-family: system-ui, sans-serif;
font-weight: normal;
color: var(--text-color); color: var(--text-color);
} }