[ruby/rdoc] Use thicker fonts with high contrast to improve

readability
(https://github.com/ruby/rdoc/pull/1197)

https://github.com/ruby/rdoc/commit/7fb0e509ec
This commit is contained in:
Stan Lo 2024-10-31 18:05:15 +08:00 committed by git
parent 27d77a9c73
commit 53df2a3c54

View File

@ -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 */