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

@ -28,8 +28,10 @@
}
code {
margin-inline-start: 0.25em;
margin-inline-end: 0.25em;
font-family: $font-family-mono;
font-size: $font-size-small;
font-size: 0.875em;
}
dfn {
@ -124,7 +126,7 @@
}
summary {
padding-left: 1em;
padding-inline-start: 1em;
outline: 0;
cursor: pointer;
}