From 236f05d2e8ae2e13a5ce68ef0e28cc048b3ecc00 Mon Sep 17 00:00:00 2001 From: skw Date: Fri, 17 Apr 2020 14:43:55 -0700 Subject: [PATCH] Remove "Segoe UI Symbol" from font stack --- src/theme.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/theme.js b/src/theme.js index e0542dfa958..0e3b08f834d 100644 --- a/src/theme.js +++ b/src/theme.js @@ -64,8 +64,7 @@ const fonts = { 'Arial', 'sans-serif', 'Apple Color Emoji', - 'Segoe UI Emoji', - 'Segoe UI Symbol' + 'Segoe UI Emoji' ]), mono: fontStack(['SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', 'Courier', 'monospace']) }