aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-15 22:29:11 -0700
committerMark Otto <[email protected]>2018-07-20 18:24:14 -0500
commit3cfa06004e9dd4e6c94eae3059521dc6f2fd7862 (patch)
treeecff59603723b06e24651f625435aa9450647f4e
parentbdb6723a45fed6df0413c71865852e3740a62d9a (diff)
downloadbootstrap-3cfa06004e9dd4e6c94eae3059521dc6f2fd7862.tar.xz
bootstrap-3cfa06004e9dd4e6c94eae3059521dc6f2fd7862.zip
Add Noto Color Emoji to font stack
Fixes #26227
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 94ea93578..5cf118f03 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