[wp-meta] [Making WordPress.org] #3933: Optimize fonts for Persian language

Making WordPress.org noreply at wordpress.org
Thu Dec 20 05:09:56 UTC 2018


#3933: Optimize fonts for Persian language
------------------------+---------------------
 Reporter:  parsmizban  |       Owner:  (none)
     Type:  defect      |      Status:  new
 Priority:  normal      |   Milestone:
Component:  General     |  Resolution:
 Keywords:              |
------------------------+---------------------

Comment (by parsmizban):

 @dd32

 Hi,

 Yes, It works too, and it will fix that
 I think my solution may be is better, Because other RTL languages may be
 don't like Tahoma, Arial
 as their default
 But:


 {{{
 html[lang="fa-IR"] body.rtl {
      font-family: Arial, sans-serif;
 }
 }}}

 is same as :

 {{{
 html[lang="fa-IR"] body{
     font-family: Tahoma, Arial, Arial, sans-serif;
 }
 }}}

 Because Persian language should be in RTL always, But you can check for
 RTL again too
 It's ok

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3933#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list