feat: add fonts for Traditional Chinese (#2)

* feat: update code style
* feat: add fonts for Traditional Chinese
This commit is contained in:
Sivan 2020-02-18 17:01:14 +08:00 committed by GitHub
parent fd5e303b2c
commit a187986823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 224 additions and 76 deletions

View file

@ -82,5 +82,15 @@
word-wrap: normal;
background-color: rgba(0, 0, 0, 0.054);
border-radius: 4px;
code {
margin-inline-start: inherit;
margin-inline-end: inherit;
padding: 0;
border: 0;
border-radius: 0;
background-color: transparent;
color: inherit;
}
}
}