From 0a899f6693331bc6ac628dd494ee5c0fd8f4d640 Mon Sep 17 00:00:00 2001 From: xmcp Date: Mon, 11 Feb 2019 00:34:18 +0800 Subject: [PATCH] update font for emoji #2 --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a36c35c..44a9628 100644 --- a/src/index.css +++ b/src/index.css @@ -11,7 +11,7 @@ body::-webkit-scrollbar { } body, textarea, pre { - font-family: '微软雅黑', 'Microsoft YaHei', sans-serif; + font-family: 'Segoe UI', '微软雅黑', 'Microsoft YaHei', sans-serif; } * {