Skip to content

Commit

Permalink
feat(fonts): iOS 9 fonts now for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 24, 2015
1 parent 1b0d3dd commit 760b70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body,
color: $base-color;
word-wrap: break-word;
font-size: $font-size-base;
font-family: -apple-system;
font-family: $font-family-base;
line-height: $line-height-computed;
text-rendering: optimizeLegibility;
Expand Down
5 changes: 3 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ $dark: #444 !default;
// Base
// -------------------------------

$font-family-sans-serif: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !default;
$font-family-light-sans-serif: "HelveticaNeue-Light", "Roboto-Light", "Segoe UI-Light", sans-serif-light !default;
$font-family-sans-serif: '-apple-system', "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !default;

$font-family-light-sans-serif: '-apple-system', "HelveticaNeue-Light", "Roboto-Light", "Segoe UI-Light", sans-serif-light !default;
$font-family-serif: serif !default;
$font-family-monospace: monospace !default;

Expand Down

0 comments on commit 760b70d

Please sign in to comment.