self-host fonts; proper error bubbling
This commit is contained in:
parent
68104a8102
commit
46baad7cf4
8 changed files with 63 additions and 34 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue