Skip to content

Commit

Permalink
use sans-serif fonts instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 3, 2017
1 parent 6fddf0a commit c5395bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-family: Optima, Candara, Calibri, Arial, sans-serif;
}
code {
font-family: "Lucida Console", Monaco, monospace;
Expand Down

0 comments on commit c5395bb

Please sign in to comment.