Home > Net >  RTL Letter spacing issue when using Tajawal
RTL Letter spacing issue when using Tajawal

Time:02-24

I'm having an issue when trying to use a Google font called Tajawal for my website RTL version. The character's letter spacing is not working as expected. When changing to the default font it works perfectly, but when trying any Google font it's the same issue.

Screenshot : Text using Tajawal

I tried:

Letterspacing: 0; 
Charset="UTF-8"; 

I'm using the @import setting from Google fonts

CodePudding user response:

I had the same issue before, i found out that the problem was from the original document you are copying the text from. please check the original text remove any spacing or any styling form it.

  • Related