From 53582841f9777e8fd889ee5028a11c8bdc30f310 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sun, 4 Dec 2016 19:05:23 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@39482 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index bea2875873..74a4715209 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/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 */