Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Csineneo committed Jan 21, 2019
1 parent 73c7879 commit c57af07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locale/config.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

/* Simplified Chinese */
#font-face {
@font-face {
font-family: 'System SC';
font-style: normal;
font-weight: 400;
Expand All @@ -28,7 +28,7 @@
}

/* Traditional Chinese */
#font-face {
@font-face {
font-family: 'System TC';
font-style: normal;
font-weight: 400;
Expand All @@ -40,7 +40,7 @@
}

/* Monospace */
#font-face {
@font-face {
font-family: 'System Mono';
font-style: normal;
font-weight: 400;
Expand All @@ -52,7 +52,7 @@
}

/* Emoji */
#font-face {
@font-face {
font-family: 'System Emoji';
font-style: normal;
font-weight: normal;
Expand Down

0 comments on commit c57af07

Please sign in to comment.