You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skylee03
changed the title
Incorrect Sample Font for Traditional Chinese in IBM Design Language
Incorrect Sample Font for Traditional Chinese
Dec 13, 2024
The sample text for Traditional Chinese is not shown in IBM Plex Sans TC but a fallback font.
This is probably due to a typo in the following PR:
While
.#{$prefix}--type-chinese
was added to the SCSS file, the class name for the sample text was set to${prefix}--type-mono
.Replace the class name
bx--type-mono
withbx--type-chinese
could fix this issue.Before
After
The text was updated successfully, but these errors were encountered: