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:
Andrew Ozz 2016-08-28 18:51:44 +00:00
parent 22ff75ac5e
commit 92802bfd23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ body.rtl {
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;
}