chore: Fixup Font
This commit is contained in:
parent
93cade0936
commit
f7657a2a70
3 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "System Font";
|
||||
font-family: "SFUIRounded";
|
||||
background: linear-gradient(indigo, darkslategray) fixed;
|
||||
background: #100;
|
||||
margin-bottom: 100px;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "System Font";
|
||||
font-family: "SFUIRounded";
|
||||
background: linear-gradient(indigo, darkslategray) fixed;
|
||||
background: #100;
|
||||
margin-bottom: 100px;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: "System Font";
|
||||
font-family: "SFUIRounded";
|
||||
src: url("http://cdn.venith.net/www.venith.net/assets/fonts/SFUIRounded.ttf") format('ttf');
|
||||
}
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "System Font";
|
||||
font-family: "SFUIRounded";
|
||||
background: linear-gradient(indigo, darkslategray) fixed;
|
||||
background: #100;
|
||||
margin-bottom: 100px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue