From 04da99389da56af9d5ffdfac37702262d1bdc8f7 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sun, 4 Dec 2016 19:06:41 +0000 Subject: [PATCH] Twenty Seventeen: Add specific font stack for Thai language Improves legability and design for users viewing the theme with Thai language. Props imnok, netweb, melchoyce. Fixes #38937. Built from https://develop.svn.wordpress.org/trunk@39482 git-svn-id: http://core.svn.wordpress.org/trunk@39422 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index bea2875873..74a4715209 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -868,6 +868,7 @@ html[lang="th"] h4, html[lang="th"] h5, html[lang="th"] h6 { line-height: 1.65; + font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif; } html[lang="th"] body, @@ -876,6 +877,7 @@ html[lang="th"] input, html[lang="th"] select, html[lang="th"] textarea { line-height: 1.8; + font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Remove letter-spacing for all non-latin alphabets */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 839fc914ac..19f7d91e08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39481'; +$wp_version = '4.8-alpha-39482'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.