Skip to content

Commit

Permalink
Make fallback font 'serif', rather than 'sans-serif' fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Feb 9, 2015
1 parent bfdcd34 commit 45f6672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/rust.css
Expand Up @@ -58,7 +58,7 @@
body {
margin: 0 auto;
padding: 0 15px;
font-family: "Source Serif Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
font-size: 18px;
color: #333;
line-height: 1.428571429;
Expand Down
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/main.css
Expand Up @@ -64,7 +64,7 @@

body {
color: #333;
font: 16px/1.4 "Source Serif Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font: 16px/1.4 "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
margin: 0;
position: relative;
padding: 10px 15px 20px 15px;
Expand Down

0 comments on commit 45f6672

Please sign in to comment.