I tried this: ```.ar{ direction: rtl; text-align...
# suitescript
m
I tried this:
Copy code
.ar{
 direction: rtl;
 text-align: right;
 font-family: Cairo; // the arabic font we use
}
s
I'm not familiar with Arabic, but I can see two methods 1. you try to link to a ttf file in your filecabinet
Copy code
<link name="brush-font" type="font" subtype="opentype" src="url to .ttf" bytes="2" />
using something like this ^ Or 2) you use
Copy code
NotoSansArabic_Bold
NotoSansArabic_Regular
source:https://netsuite.custhelp.com/app/answers/detail/a_id/66473/kw/advanced%20pdf%20language
m
Tried both 😢
s
ouch ok haha, hmm, maybe try a different ttf file? sometimes not all the ttf files are compatible 😆
m
Will do
😓 1