css: fix error in fetching font
This commit is contained in:
@@ -46,11 +46,6 @@
|
||||
@define-color alt_orange #af3a03;
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Departure Mono";
|
||||
src: url("https://www.nerdfonts.com/assets/css/webfont.css");
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Departure Mono", sans-serif;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8"/>
|
||||
<title>Trianta</title>
|
||||
<link rel="stylesheet" href="/default.css">
|
||||
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
|
||||
Reference in New Issue
Block a user