i guess i'll just put everything in static instead
This commit is contained in:
+3
-3
@@ -5,13 +5,13 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>futile</title>
|
<title>futile</title>
|
||||||
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="static/favicon.svg" type="image/svg+xml">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@unocss/runtime/mini.global.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@unocss/runtime/mini.global.js"></script>
|
||||||
<link rel="preload" href="assets/Bokor-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="static/fonts/Bokor-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Bokor";
|
font-family: "Bokor";
|
||||||
src: url("assets/Bokor-Regular.woff2") format("woff2");
|
src: url("static/fonts/Bokor-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* because chromium renders this font like dogshit at weight 600 */
|
/* because chromium renders this font like dogshit at weight 600 */
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Reference in New Issue
Block a user