Skip to content

Commit

Permalink
renderer: add PingFang SC in global font family #74
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Mar 11, 2020
1 parent 0ed92c4 commit 86a895f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ body {
overflow: hidden;
font-family: Roboto, 'Noto Sans', 'Segoe UI', 'Noto Sans CJK SC',
'Source Han Sans CN', 'WenQuanYi Micro Hei', 'WenQuanYi Zen Hei',
'Droid Sans Fallback', 'Microsoft Yahei', sans-serif;
'Droid Sans Fallback', 'PingFang SC', 'Microsoft Yahei', sans-serif;
background-color: unset;
}

.mono-font {
font-family: 'Roboto Mono', 'Noto Sans Mono', 'Droid Sans Mono',
'Ubuntu Mono', 'Consolas', 'DejaVu Sans Mono', 'Lucida Console', Roboto,
'Noto Sans', 'Segoe UI', 'Noto Sans CJK SC', 'Source Han Sans CN',
'Microsoft Yahei', sans-serif;
'PingFang SC', 'Microsoft Yahei', sans-serif;
}

/* material icons */
Expand Down

0 comments on commit 86a895f

Please sign in to comment.