mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 16:45:21 +00:00
windows下字体模糊
This commit is contained in:
@@ -57,7 +57,7 @@ html,body {
|
||||
}
|
||||
body {
|
||||
font-family: @fontFamily;
|
||||
font-weight: 300;
|
||||
font-weight: normal;
|
||||
font-size: @fontSize;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
|
@@ -49,7 +49,7 @@
|
||||
}
|
||||
body {
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', "WenQuanYi Micro Hei", "Droid Sans Mono", "Droid Sans Fallback", sans-serif;
|
||||
font-weight: 300;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
}
|
||||
h1,
|
||||
|
Reference in New Issue
Block a user