From 92802bfd23e182f7f04fb3a55c86af183994cabe Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 28 Aug 2016 18:51:44 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index fe497d8776..02adfe7e44 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -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; }