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
This commit is contained in:
parent
6861a9aac0
commit
53582841f9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user