Skip to content

Commit 53df2a3

Browse files
st0012matzbot
authored andcommitted
[ruby/rdoc] Use thicker fonts with high contrast to improve
readability (ruby/rdoc#1197) ruby/rdoc@7fb0e509ec
1 parent 27d77a9 commit 53df2a3

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)