Skip to content

Commit

Permalink
feat(Chinese): add better font support for Chinese language
Browse files Browse the repository at this point in the history
fix #134
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent 7ca7331 commit 2711aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ h6 a:hover {
color: inherit;
text-decoration: none;
}
:lang(zh) {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei",
Helvetica, Arial, sans-serif;
}
a {
color: #3875d7;
}
Expand Down

0 comments on commit 2711aa0

Please sign in to comment.