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.