diff options
| author | a73x <[email protected]> | 2024-12-10 13:30:18 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-10 13:30:18 +0000 |
| commit | 3f78ec07bedf287277f2ab0de9b246100f3e6af9 (patch) | |
| tree | 7633e86e82631f49900f17084ba08eb440f180a7 | |
| parent | 9c98a8e3c2794e3a2b6d085e9cb7787108d8745e (diff) | |
new font EBGaramond
| -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 { |
