From: Mark Otto Date: Mon, 16 Jul 2018 05:29:11 +0000 (-0700) Subject: Add Noto Color Emoji to font stack X-Git-Tag: v4.1.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfa06004e9dd4e6c94eae3059521dc6f2fd7862;p=thirdparty%2Fbootstrap.git Add Noto Color Emoji to font stack Fixes #26227 --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 94ea935780..5cf118f033 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -248,7 +248,7 @@ $transition-collapse: height .35s ease !default; // Font, line-height, and color for body text, headings, and more. // stylelint-disable value-keyword-case -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default; // stylelint-enable value-keyword-case