restore hardcoded font size as we're not ready

This commit is contained in:
tophf 2022-01-17 18:07:50 +03:00
parent 115977b440
commit b06a5a4557

View File

@ -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 {