From eef89e3c011a41a81056806c24005ebe1a2960b6 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Fri, 23 Sep 2022 16:39:47 +0200 Subject: feat: apply same font to all texts --- src-vue/src/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src-vue') diff --git a/src-vue/src/style.css b/src-vue/src/style.css index c34981a8..d63c1631 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -1,5 +1,6 @@ body { margin: 0; + font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; } #fc_bg__container { -- cgit v1.2.3