windows下字体模糊

This commit is contained in:
life
2015-08-23 13:24:19 +08:00
parent 0282b48b9a
commit a712165f11
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ html,body {
}
body {
font-family: @fontFamily;
font-weight: 300;
font-weight: normal;
font-size: @fontSize;
}
h1, h2, h3 {

View File

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