remove monospace fallback from iosevka's import

This commit is contained in:
2024-11-06 07:48:31 +00:00
parent 137e0b4e0f
commit d4992d9fb8
+1 -1
View File
@@ -4,7 +4,7 @@
} }
@font-face { @font-face {
font-family: 'Iosevka', monospace; font-family: 'Iosevka';
src: url('fonts/Iosevka-Regular.woff2'); src: url('fonts/Iosevka-Regular.woff2');
} }