/* Iosevka web */ @font-face { font-family: "Iosevka Fixed Web"; font-display: swap; font-weight: 400; font-stretch: normal; font-style: normal; src: url("/Iosevka/Regular.woff2") format("woff2"); } @font-face { font-family: 'Iosevka Fixed Web'; font-display: swap; font-weight: 700; font-stretch: normal; font-style: normal; src: url('/Iosevka/Bold.woff2') format('woff2'); } :root { --c-bg: #101010; --c-on-bg: #dedede; --c-bg-2: #18181b; } @media (prefers-color-scheme: light) { :root { --c-bg: #f5f5f5; --c-on-bg: #101010; --c-bg-2: white; } } html { background-color: var(--c-bg); color: var(--c-on-bg); } body { font-family: "Iosevka Fixed Web", "Iosevka Nerd Font", "Iosevka", monospace; font-optical-sizing: auto; }