From 4634b39a1bd2034a5d6d9c3ba9872905580c4a39 Mon Sep 17 00:00:00 2001 From: Pascal Pixel Date: Fri, 11 Aug 2017 14:51:42 +0900 Subject: [PATCH] Emoji Defaults (#22565) --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 8a6e7c3f92..e75e44e6a2 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;