[wp-trac] [WordPress Trac] #38937: Twenty Seventeen: Specific fonts for Thai font

WordPress Trac noreply at wordpress.org
Thu Nov 24 17:40:07 UTC 2016


#38937: Twenty Seventeen: Specific fonts for Thai font
---------------------------+-----------------------------
 Reporter:  Imnok          |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 Hi there, Twenty Seventeen theme is very cool! I really love it.

 To make it better with Thai font, I think we can add specific fonts as
 well.
 Here is my suggestion.


 {{{
 /* Typography for Thai Font */

 html[lang="th"] h1,
 html[lang="th"] h2,
 html[lang="th"] h3,
 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,
 html[lang="th"] button,
 html[lang="th"] input,
 html[lang="th"] select,
 html[lang="th"] textarea {
 line-height: 1.8;
 font-family: "Helvetica Neue", helvetica, arial, sans-serif;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38937>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list