ReFix font-weight of <strong> element for CJK fonts (#5920)
Also apply to Japanese and Korean. Fix font-weight in landing pages.
This commit is contained in:
committed by
Eugen Rochko
parent
7fcf15adf3
commit
832a7f9a05
@@ -19,7 +19,7 @@
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
background: transparent;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
@@ -381,12 +381,6 @@
|
||||
font-weight: 500;
|
||||
font-size: 32px;
|
||||
line-height: 48px;
|
||||
|
||||
@each $lang in $cjk-langs {
|
||||
&:lang(#{$lang}) {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user