diff --git a/static/style.css b/static/style.css index 938b833..6e84b17 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,9 @@ body { color: var(--color-text); background-color: var(--color-bg); + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, + Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } a {