fix: move font import to lass file
This commit is contained in:
parent
8589b774ed
commit
d0649a611e
|
|
@ -1,3 +1,5 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
|
||||
|
||||
body{
|
||||
font-family: VT323, monospace;
|
||||
font-weight: 400;
|
||||
|
|
|
|||
1120
static/asteroid.lass
1120
static/asteroid.lass
File diff suppressed because it is too large
Load Diff
|
|
@ -5,9 +5,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/asteroid/static/asteroid.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
||||
<script src="/asteroid/static/js/front-page.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue