From b53d21f454c557cb152369356777b7d0ba441d1c Mon Sep 17 00:00:00 2001 From: Marco <1044204+marcop135@users.noreply.github.com> Date: Wed, 13 May 2020 12:24:29 +0200 Subject: [PATCH] #29937 @twbs - add missing "Noto Sans" font-family https://github.com/twbs/bootstrap/pull/29937 --- src/scss/_typography.scss | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 1c1c6331..03ce42fb 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -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