diff --git a/xess/static/podkova.css b/xess/static/podkova.css deleted file mode 100644 index efa1fd7a7..000000000 --- a/xess/static/podkova.css +++ /dev/null @@ -1,7 +0,0 @@ -@font-face { - font-family: "Podkova"; - font-style: normal; - font-weight: 400 800; - font-display: swap; - src: url("podkova.woff2") format("woff2"); -} diff --git a/xess/xess.css b/xess/xess.css index 67a0c4ba8..fd5fc32ef 100644 --- a/xess/xess.css +++ b/xess/xess.css @@ -1,7 +1,7 @@ :root { - --body-sans-font: Geist, sans-serif; - --body-preformatted-font: Iosevka Curly Iaso, monospace; - --body-title-font: Podkova, serif; + --body-sans-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + --body-preformatted-font: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; + --body-title-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; --background: #1d2021; --text: #f9f5d7; @@ -26,29 +26,6 @@ } } -@font-face { - font-family: "Geist"; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url("./static/geist.woff2") format("woff2"); -} - -@font-face { - font-family: "Podkova"; - font-style: normal; - font-weight: 400 800; - font-display: swap; - src: url("./static/podkova.woff2") format("woff2"); -} - -@font-face { - font-family: "Iosevka Curly"; - font-style: monospace; - font-display: swap; - src: url("./static/iosevka-curly.woff2") format("woff2"); -} - main { font-family: var(--body-sans-font); max-width: 50rem;