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