TinyMCE: change the default font for the `vi` locale to the same stack as `he_IL`.
Props nmt90 for reporting and testing this. Fixes #37755 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@38427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
22ff75ac5e
commit
92802bfd23
|
@ -20,7 +20,8 @@ body.rtl {
|
||||||
font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
|
font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.locale-he-il {
|
body.locale-he-il,
|
||||||
|
body.locale-vi {
|
||||||
font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
|
font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue