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:
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans", sans-serif;
|
||||||
background-color: #0f1011;
|
background-color: #0f1011;
|
||||||
color: white;
|
color: white;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
@@ -10,10 +10,6 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0 0 5px;
|
text-shadow: 0 0 5px;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
src: url(assets/OpenSans-Regular.ttf);
|
|
||||||
}
|
|
||||||
* { /* unfucks some stuff */
|
* { /* unfucks some stuff */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user