Skip to content

Commit

Permalink
update font family
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Mar 9, 2014
1 parent fcbc1e5 commit 781e190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stylesheets/options.css
@@ -1,5 +1,5 @@
body {
font-family: "Microsoft YaHei", Simsun, sans-serif;
font-family: "Microsoft YaHei",SimSun,sans-serif;
font-size: 14px;
display:block;
}
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/popup.css
@@ -1,6 +1,6 @@
body {
width: 120px;
font: 14px/18px consolas, Arial, "Microsoft YaHei", Simsun, sans-serif;
font: 14px/18px "Microsoft YaHei",SimSun,sans-serif;
color: #333;
font-weight: 500;
padding: 3px;
Expand Down

0 comments on commit 781e190

Please sign in to comment.