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 for the 4.7 branch.

Built from https://develop.svn.wordpress.org/branches/4.7@39484


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2016-12-04 19:23:37 +00:00
parent 3c4d5d2e6f
commit 70f46a9e84
2 changed files with 3 additions and 1 deletions

View File

@ -868,6 +868,7 @@ html[lang="th"] h4,
html[lang="th"] h5, html[lang="th"] h5,
html[lang="th"] h6 { html[lang="th"] h6 {
line-height: 1.65; line-height: 1.65;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
html[lang="th"] body, html[lang="th"] body,
@ -876,6 +877,7 @@ html[lang="th"] input,
html[lang="th"] select, html[lang="th"] select,
html[lang="th"] textarea { html[lang="th"] textarea {
line-height: 1.8; line-height: 1.8;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
/* Remove letter-spacing for all non-latin alphabets */ /* Remove letter-spacing for all non-latin alphabets */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-RC2-39480'; $wp_version = '4.7-RC2-39484';
/** /**
* 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.