diff options
| -rw-r--r-- | public/static/EBGaramond-VariableFont_wght.ttf | bin | 0 -> 936656 bytes | |||
| -rw-r--r-- | public/static/styles.css | 9 |
2 files changed, 3 insertions, 6 deletions
diff --git a/public/static/EBGaramond-VariableFont_wght.ttf b/public/static/EBGaramond-VariableFont_wght.ttf Binary files differnew file mode 100644 index 0000000..1466311 --- /dev/null +++ b/public/static/EBGaramond-VariableFont_wght.ttf diff --git a/public/static/styles.css b/public/static/styles.css index 1de3a03..32ec67e 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -1,6 +1,6 @@ @font-face { - font-family: 'Mono'; - src: url('/static/V1-ServerMono-Regular.woff2') format('woff2'); + font-family: "EB Garamond"; + src: url('/static/EBGaramond-VariableFont_wght.ttf'); font-weight: normal; font-style: normal; } @@ -25,9 +25,6 @@ hr { border-top: 1px dashed black; } -code { - font-family: "Mono"; -} h1 { margin-bottom: 0; @@ -45,7 +42,7 @@ h3 { } body { - font-family: "Mono"; + font-family: "EB Garamond"; } main { |
