From c8b9c932202e322f8010089dc696115bc7c1340b Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 3 May 2024 18:54:21 +0100 Subject: [PATCH] Fix font stack --- theme-github-dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 9ad4f58..0b3536f 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -68,6 +68,7 @@ --color-warning-border: rgba(187, 128, 9, 0.4); --color-warning-text: var(--color-yellow); --color-project-board-bg: var(--color-box-body); + --fonts-proportional: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif; /* code editor colors are set in https://github.com/go-gitea/gitea/blob/f5b300ea77081a1b78ac044cb1c0f9225538d091/web_src/js/features/codeeditor.js#L82-L97. */ /* monaco editor dark theme is toggled via variable `--is-dark-theme` */