From 7fb0e509ec3f16f636b65d82b286594f87b27d46 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 31 Oct 2024 18:05:15 +0800 Subject: [PATCH] Use thicker fonts with high contrast to improve readability (#1197) --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 2bdffed564..82c1e4baf6 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -25,9 +25,9 @@ --table-td-background-color: #f5f4f6; /* Font family variables */ - --font-primary: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; - --font-heading: 'Helvetica Neue', Arial, sans-serif; - --font-code: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + --font-primary: 'Segoe UI', 'Verdana', 'Arial', sans-serif; + --font-heading: 'Helvetica', 'Arial', sans-serif; + --font-code: monospace; } /* 2. Global Styles */