attempt to optimize iosevka

This commit is contained in:
2024-11-06 08:50:47 +00:00
parent 08deb435d0
commit 5c2faad5b7
3 changed files with 3 additions and 1 deletions
Binary file not shown.
+1
View File
@@ -4,6 +4,7 @@
<head> <head>
<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">
<link rel="preload" href="fonts/IosevkaCustom-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>« futile »</title> <title>« futile »</title>
<script> let FF_FOUC_FIX; </script> <script> let FF_FOUC_FIX; </script>
+2 -1
View File
@@ -5,7 +5,8 @@
@font-face { @font-face {
font-family: 'Iosevka'; font-family: 'Iosevka';
src: url('fonts/Iosevka-Regular.woff2'); src: url('fonts/IosevkaCustom-Regular.woff2');
font-display: swap;
} }
body { body {