self-host fonts; proper error bubbling

This commit is contained in:
Joeri Exelmans 2025-05-17 18:01:31 +02:00
parent 68104a8102
commit 46baad7cf4
8 changed files with 63 additions and 34 deletions

View file

@ -1,6 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
margin: 0;
font-family: "Roboto", sans-serif;
@ -8,6 +5,8 @@ body {
font-weight: 400;
font-style: normal;
font-variation-settings: "wdth" 100;
--my-monospace-font: 'Inconsolata', monospace;
cursor: default;
}
kbd {