diff --git a/scss/_variables.scss b/scss/_variables.scss index 8a6e7c3f92f3890cc7f84f7e59a40a6b17832e84..e75e44e6a2f99c46147485488d60d86787801112 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -232,7 +232,7 @@ $transition-collapse: height .35s ease !default; // // Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !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" !default; $font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default;