css: attempt to add custom font
This commit is contained in:
+4
-1
@@ -46,10 +46,13 @@
|
||||
@define-color alt_orange #af3a03;
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Departure Mono";
|
||||
src: url("assets/DepartureMono/DepartureMono-Regular.woff");
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Noto Sans Symbols", sans-serif;
|
||||
font-family: "Departure Mono", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
color: #8c7862;
|
||||
|
||||
Reference in New Issue
Block a user