From 64694c6742158e5f769de67e14b6a39d041c070a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Jan 2017 07:27:44 +0000 Subject: [PATCH] Twenty Seventeen: Improve typography for Simplified Chinese (`zh_CN`). Props ze3kr, Dharm1025. Fixes #39379. Built from https://develop.svn.wordpress.org/trunk@39942 git-svn-id: http://core.svn.wordpress.org/trunk@39879 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 8 ++++++++ wp-includes/version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index dcfedd1d28..da3791d578 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -671,6 +671,14 @@ html[lang^="zh-"] textarea { font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; } +html[lang="zh-CN"] body, +html[lang="zh-CN"] button, +html[lang="zh-CN"] input, +html[lang="zh-CN"] select, +html[lang="zh-CN"] textarea { + font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; +} + html[lang^="zh-"] h1, html[lang^="zh-"] h2, html[lang^="zh-"] h3, diff --git a/wp-includes/version.php b/wp-includes/version.php index eb5a4d071c..f61f157538 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39941'; +$wp_version = '4.8-alpha-39942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.