mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
89ef3af655
commit
04da99389d
@ -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 */
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user