Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
notdrone committed Apr 12, 2018
1 parent a77cef1 commit 0416e50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

body {
cursor: default;
font-family: 'Museo Sans', 'Open Sans', Arial, Helvetica, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Open Sans', Arial, Helvetica, sans-serif, 'Museo Sans';
color: #1d2028;
font-weight: 300;
line-height: 1.4rem;
Expand Down

0 comments on commit 0416e50

Please sign in to comment.