Skip to content

Commit 7fb0e50

Browse files
authored
Use thicker fonts with high contrast to improve readability (#1197)
1 parent d581cc5 commit 7fb0e50

File tree

1 file changed

+3
-3
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+3
-3
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
--table-td-background-color: #f5f4f6;
2626

2727
/* Font family variables */
28-
--font-primary: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
29-
--font-heading: 'Helvetica Neue', Arial, sans-serif;
30-
--font-code: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
28+
--font-primary: 'Segoe UI', 'Verdana', 'Arial', sans-serif;
29+
--font-heading: 'Helvetica', 'Arial', sans-serif;
30+
--font-code: monospace;
3131
}
3232

3333
/* 2. Global Styles */

0 commit comments

Comments
 (0)