feat: add fonts for Traditional Chinese
This commit is contained in:
parent
3321e9ebfe
commit
81c615db4d
12 changed files with 211 additions and 75 deletions
|
@ -18,13 +18,13 @@
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: $font-family-kai;
|
||||
font-family: $font-family-kai-black;
|
||||
font-weight: $font-weight-bolder;
|
||||
text-align: center;
|
||||
|
||||
// 标题内元信息仅在桌面端采取悬挂处理,且不占据空间影响文字居中
|
||||
#{$root-selector}-meta {
|
||||
font-weight: 400;
|
||||
font-weight: $font-weight-normal;
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
@include hang();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue