Skip to content

Commit

Permalink
Reset system font for body after befc304
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Feb 24, 2017
1 parent 36c96cf commit 351d0ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

body {
color: #2f4452;
font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-size: 1.25em;
line-height: 1.5;
margin: 0;
Expand All @@ -20,6 +20,7 @@ a {
}

.editor {
font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
margin: 5em auto;
padding: 5em;
width: 47.5em;
Expand Down

0 comments on commit 351d0ae

Please sign in to comment.