Skip to content

Commit

Permalink
Merge pull request #3448 from CKGrafico/master
Browse files Browse the repository at this point in the history
fix(fonts): Windows phone to use Segoe UI font
  • Loading branch information
perrygovier committed Apr 1, 2015
2 parents 857287b + b7a1340 commit 3690dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $dark: #444 !default;
// Base
// -------------------------------

$font-family-sans-serif: "Helvetica Neue", "Roboto", sans-serif !default;
$font-family-light-sans-serif: "HelveticaNeue-Light", "Roboto-Light", sans-serif-light !default;
$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-serif: serif !default;
$font-family-monospace: monospace !default;

Expand Down

0 comments on commit 3690dbf

Please sign in to comment.