diff options
| author | Haishan <[email protected]> | 2020-06-07 18:38:27 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-07 18:42:25 +0800 |
| commit | 361effbd9864f8da3456fcd06094c30919fd822e (patch) | |
| tree | 3bc7fc0a082df138537b7a65218f2eac5a5681c0 /src/components/Root.css | |
| parent | e864feb4016739c0f5f2925257d2e7a6dc88f74d (diff) | |
changed: switch primary font family from Merriweather Sans to Inter
also starting to self hosting font files
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
