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
Font stying for language Tibetan is handled by class='int-he' and for English by class="int-en". but there is no class for other languages that handles the font styling. We need common class that handles and solved this issue.
Implementation steps to solves :
removeint-heand int-en class
add className = ''lang-font' that handles font stying for every languages
The text was updated successfully, but these errors were encountered:
lobsam
changed the title
add font, style for "lang-font" class | remove "int-he" and "int-en" class
add font, style for "lang-font" class | remove "int-he" and "int-en" class (React component)
Aug 21, 2024
Problem defination:
Font stying for language Tibetan is handled by
class='int-he'
and for English byclass="int-en"
. but there is no class for other languages that handles the font styling. We need common class that handles and solved this issue.Implementation steps to solves :
int-he
andint-en
classThe text was updated successfully, but these errors were encountered: