arabic italic font

前端 未结 6 2048
花落未央
花落未央 2020-12-17 23:19

font-style:italic; tilts the font to the right just like this: my font

In Arabic, the writing is done from right-to-left, not left-to-right. Wh

6条回答
  •  伪装坚强ぢ
    2020-12-18 00:05

    Agreed with Allendar (from above)

    Can be done in CSS3 easily. No need for JavaScript...at all.

    Here's your answer:

    
    
    
        
    
        
          
      
    
    
        

    Arabic Font

    However, this is supported in FF, IE10 and Chrome (not for < IE10)

提交回复
热议问题