use a readable font for Japanese/Chinese
This commit is contained in:
parent
0f96e2fa4d
commit
fef10b1638
13
global.css
13
global.css
|
@ -182,6 +182,19 @@ select[disabled] > option {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/* use a readable font for Japanese/Chinese */
|
||||
|
||||
.actions:lang(ja) *,
|
||||
#header:lang(ja) * {
|
||||
font-family: 'Meiryo UI', system-ui, 'MS Gothic', Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.actions:lang(zh) *,
|
||||
#header:lang(zh) * {
|
||||
font-family: 'MingLiU', system-ui, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
.moz-appearance-bug .svg-icon.checked,
|
||||
.moz-appearance-bug .onoffswitch input,
|
||||
|
|
|
@ -424,6 +424,7 @@ select {
|
|||
|
||||
#manage-text {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#manage-text > :not(:last-child):after {
|
||||
|
@ -913,7 +914,7 @@ input[id^="manage.newUI"] {
|
|||
color: currentColor;
|
||||
padding: 2px 6px;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
font-family: Consolas, monospace;
|
||||
border: 1px solid rgba(128, 128, 128, .25);
|
||||
display: inline-block;
|
||||
margin: 2px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user