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:
parent
7fcf15adf3
commit
832a7f9a05
2 changed files with 2 additions and 8 deletions
|
@ -29,4 +29,4 @@ $ui-secondary-color: $classic-secondary-color !default; // Lightest
|
|||
$ui-highlight-color: $classic-highlight-color !default; // Vibrant
|
||||
|
||||
// Language codes that uses CJK fonts
|
||||
$cjk-langs: zh-CN, zh-HK, zh-TW;
|
||||
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue