Skip to content

Commit

Permalink
Add fallback fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterhow committed Mar 16, 2017
1 parent 15fded9 commit 7acb840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $grey-2: #e5e5e5;
$grey-3: #f9f9f9;
$blue: #4a9ae1;

$serif-font: 'Libre Baskerville';
$sans-font: 'Helvetica Neue';
$serif-font: 'Libre Baskerville', 'Times New Roman', Times, serif;
$sans-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$default-font-size: 16px;

$monospaced-font: Menlo, Monaco, monospace;
$monospaced-font: Menlo, Monaco, 'Courier New', monospace;
$code-color: #bf616a;

@mixin box-sizing($type: border-box) {
Expand Down

0 comments on commit 7acb840

Please sign in to comment.