TinyMCE: change the default font for the vi locale to the same stack as he_IL.

Merge of [38427] to the 4.6 branch.

Props azaozz, nmt90 for reporting and testing.
Fixes #37755.

Built from https://develop.svn.wordpress.org/branches/4.6@38472


git-svn-id: http://core.svn.wordpress.org/branches/4.6@38413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-08-31 17:16:31 +00:00
parent 6ddc8affb1
commit 575e4ef0db
2 changed files with 3 additions and 2 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;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6.1-alpha-38461';
$wp_version = '4.6.1-alpha-38472';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.