From 361effbd9864f8da3456fcd06094c30919fd822e Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 7 Jun 2020 18:38:27 +0800 Subject: changed: switch primary font family from Merriweather Sans to Inter also starting to self hosting font files --- src/components/Root.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Root.css') diff --git a/src/components/Root.css b/src/components/Root.css index 22cae24..895ce14 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -63,8 +63,8 @@ } body { - font-family: 'Merriweather Sans', -apple-system, BlinkMacSystemFont, Segoe UI, - Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, + font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, + Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; margin: 0; -- cgit v1.3.1