restore hardcoded font size as we're not ready
This commit is contained in:
parent
115977b440
commit
b06a5a4557
15
global.css
15
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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user