From dfb1da40453000460287ba3dfa2430e9d5bc20c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sun, 17 May 2020 11:56:00 +0300 Subject: [PATCH] refactor: make better typography (#32) * refactor(v2): make better typography * Update list.css Co-authored-by: Yangshun Tay --- packages/core/styles/common/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/styles/common/variables.css b/packages/core/styles/common/variables.css index 94f45036..991ab514 100644 --- a/packages/core/styles/common/variables.css +++ b/packages/core/styles/common/variables.css @@ -211,7 +211,7 @@ 'Segoe UI Emoji', 'Segoe UI Symbol'; --ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; - --ifm-font-size-base: 16px; + --ifm-font-size-base: 100%; --ifm-font-weight-light: 300; --ifm-font-weight-normal: 400;