Skip to content

Commit

Permalink
Adds default Japanese fonts to fallback (#30)
Browse files Browse the repository at this point in the history
* Adds -apply-system font

* Add built client styles

* Update scss/fonts.scss

Co-authored-by: Hal Lee <[email protected]>

* Update scss/fonts.scss

Co-authored-by: Hal Lee <[email protected]>

* Add built client styles

Co-authored-by: Brendan Hamill <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Hal Lee <[email protected]>
  • Loading branch information
4 people authored Oct 14, 2020
1 parent aa7b8c0 commit cfdec4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scss/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
* non-system fonts are only applied once loaded in order to
* prevent FOIT.
*/
$font-default-sans-fallback: 'Helvetica Neue', Helvetica, sans-serif;
$font-default-serif-fallback: Georgia, serif;
$font-default-sans-fallback: -apple-system, 'Helvetica Neue', Helvetica, 'Hiragino Sans', sans-serif;
$font-default-serif-fallback: Georgia, 'Hiragino Sans', serif;

$maison-fallback: $font-default-sans-fallback;
$graphik-fallback: $font-default-sans-fallback;
Expand Down
2 changes: 1 addition & 1 deletion scss/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Oct 2020 16:14:42 GMT
// Generated on Wed, 14 Oct 2020 13:28:47 GMT

$size-breakpoint-tablet-portrait: 768px;
$size-breakpoint-tablet-landscape: 1024px;
Expand Down
2 changes: 1 addition & 1 deletion swift/QuartzStyles/QuartzStyles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// QuartzStyles.swift
//
// Do not edit directly
// Generated on Thu, 08 Oct 2020 16:14:42 GMT
// Generated on Wed, 14 Oct 2020 13:28:47 GMT
//

import UIKit
Expand Down

0 comments on commit cfdec4d

Please sign in to comment.