use the browser's default font
This commit is contained in:
parent
12eb243610
commit
115977b440
|
@ -5,7 +5,6 @@
|
|||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
font: 12px arial,sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -5,20 +5,20 @@ html#stylus #header *:not(#\1transition-suppressor) {
|
|||
transition: none !important;
|
||||
}
|
||||
body {
|
||||
font: normal 12px Arial, system-ui, sans-serif;
|
||||
font: normal .75rem sans-serif;
|
||||
}
|
||||
|
||||
body:lang(ja) {
|
||||
font-family: Arial, 'Meiryo UI', 'MS Gothic', system-ui, sans-serif;
|
||||
font-family: sans-serif, 'Meiryo UI', 'MS Gothic', system-ui;
|
||||
}
|
||||
|
||||
body:lang(zh-CN) {
|
||||
font-family: Arial, 'Microsoft YaHei UI', 'Microsoft YaHei', system-ui, sans-serif;
|
||||
font-family: sans-serif, 'Microsoft YaHei UI', 'Microsoft YaHei', system-ui;
|
||||
}
|
||||
|
||||
body:lang(zh-TW),
|
||||
body:lang(zh-HK) {
|
||||
font-family: Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', system-ui, sans-serif;
|
||||
font-family: sans-serif, 'Microsoft JhengHei UI', 'Microsoft JhengHei', system-ui;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
|
@ -95,8 +95,6 @@ h1 small {
|
|||
}
|
||||
|
||||
.install {
|
||||
font-family: Arial, "DejaVu Sans", Verdana, Geneva, sans-serif;
|
||||
font-size: 14px;
|
||||
background-color: hsl(0, 0%, 33%);
|
||||
color: #eee;
|
||||
border-radius: 4px;
|
||||
|
|
|
@ -959,7 +959,7 @@ a:hover {
|
|||
}
|
||||
|
||||
#manage\.newUI\.sort {
|
||||
font-family: 'sorticon', Arial;
|
||||
font-family: 'sorticon', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
|
@ -11,8 +11,6 @@ html, body {
|
|||
|
||||
body {
|
||||
width: 252px;
|
||||
font-size: 12px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user