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
This commit is contained in:
David A. Kennedy 2016-12-04 19:06:41 +00:00
parent 89ef3af655
commit 04da99389d
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.8-alpha-39481'; $wp_version = '4.8-alpha-39482';
/** /**
* 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.