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. Built from https://develop.svn.wordpress.org/trunk@38427 git-svn-id: http://core.svn.wordpress.org/trunk@38368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbc12c3dbe
commit
2b0e81c595
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38426';
|
||||
$wp_version = '4.7-alpha-38427';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue