succumb to zed

This commit is contained in:
2025-06-24 06:38:39 +01:00
parent c9d06ff2e3
commit 18d2900ac3
5 changed files with 212 additions and 101 deletions
+8 -4
View File
@@ -3,7 +3,9 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Bokor"), url("static/fonts/bokor.woff2") format("woff2");
src:
local("Bokor"),
url("static/fonts/bokor.woff2") format("woff2");
}
@font-face {
@@ -11,7 +13,9 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("IBM Plex Mono"), url("static/fonts/ibm-plex-mono.woff2") format("woff2");
src:
local("IBM Plex Mono"),
url("static/fonts/ibm-plex-mono.woff2") format("woff2");
}
:root {
@@ -28,7 +32,7 @@ body,
body {
background-color: var(--background-color);
font-family: 'IBM Plex Mono', monospace;
font-family: "IBM Plex Mono", monospace;
}
::selection {
@@ -47,7 +51,7 @@ body {
}
.main-title {
font-family: 'Bokor', sans-serif;
font-family: "Bokor", sans-serif;
font-size: 5em;
line-height: 1em;
margin: 0.2em 0 0 0;