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:
parent
6ddc8affb1
commit
575e4ef0db
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue