From b06a5a455705273d3c0d0afc60b81c12b49ecb9d Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 17 Jan 2022 18:07:50 +0300 Subject: [PATCH] restore hardcoded font size as we're not ready --- global.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/global.css b/global.css index 81c875d5..71e4fb07 100644 --- a/global.css +++ b/global.css @@ -5,20 +5,7 @@ html#stylus #header *:not(#\1transition-suppressor) { transition: none !important; } body { - font: normal .75rem sans-serif; -} - -body:lang(ja) { - font-family: sans-serif, 'Meiryo UI', 'MS Gothic', system-ui; -} - -body:lang(zh-CN) { - font-family: sans-serif, 'Microsoft YaHei UI', 'Microsoft YaHei', system-ui; -} - -body:lang(zh-TW), -body:lang(zh-HK) { - font-family: sans-serif, 'Microsoft JhengHei UI', 'Microsoft JhengHei', system-ui; + font: normal 12px sans-serif; } button {