Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
#29937 @twbs - add missing "Noto Sans" font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
marcop135 committed May 13, 2020
1 parent c54ab5c commit b53d21f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/scss/_typography.scss
Expand Up @@ -37,26 +37,40 @@ body {
// Read more:
// https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
font-family:

// Safari for OS X and iOS (San Francisco)
-apple-system,

// Chrome < 56 for OS X (San Francisco)
BlinkMacSystemFont,

// Windows
"Segoe UI",

// Android
Roboto,

// Linux with KDE
Oxygen-Sans,

// Ubuntu (all variants)
Ubuntu,

// Linux with GNOME Shell
Cantarell,

// macOS 10.10 and below
"Helvetica Neue", Helvetica,

// Basic web fallback
Arial, sans-serif,
Arial,
"Noto Sans",
sans-serif,

// emoji fonts
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";

// this enable font ligatures
Expand Down

0 comments on commit b53d21f

Please sign in to comment.