18 Scale Up Text of a Certain Language
Used in Intermediate Persian
Custom Styles
:root {
–scale-up-text: 130%;
}
/* scale up farsi text for readability*/
*:lang(fa) {
font-size: var(–scale-up-text);
}
Used in Intermediate Persian
:root {
}
/* scale up farsi text for readability*/
*:lang(fa) {
}