change font stuff

don't include open sans, but use it if it's already on the end users system. otherwise use their default sans-serif
This commit is contained in:
Christian
2021-01-07 10:42:32 -05:00
parent 91e87ecd51
commit 92c5c41b45
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@@ -1,5 +1,5 @@
:root {
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
background-color: #0f1011;
color: white;
width: 69%;
@@ -10,10 +10,6 @@ a {
text-decoration: none;
text-shadow: 0 0 5px;
}
@font-face {
font-family: "Open Sans";
src: url(assets/OpenSans-Regular.ttf);
}
* { /* unfucks some stuff */
box-sizing: border-box;
}