Nour Khaled
01/08/2025, 11:17 AMCeligo AI
01/08/2025, 11:18 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you are having trouble with displaying Arabic fonts in NetSuite. Here are a few things you could try: 1. Make sure the font file is correctly uploaded to the file cabinet and the link is correct. You can use the following code to link to the font file:
html
<link name="myfont" type="font" subtype="TrueType" src="url to .ttf" />
2. Ensure that the font you are using supports Arabic characters. Not all fonts support all character sets. You might want to try using a different font that is known to support Arabic, such as NotoSansArabic_Bold
or NotoSansArabic_Regular
.
3. Check how you are referencing the font in your CSS. The font-family name should match the name you defined in the link tag. For example, if you have <link name="myfont" ... />
, you should use font-family: myfont;
in your CSS.
4. If you are trying to use a font from Google Fonts or a similar service, you might need to use a different method to link to the font. Here is an example:
html
<link href="https://fonts.googleapis.com/css?family=Font+Name" rel="stylesheet">
5. Finally, it's worth noting that not all fonts will work in all situations in NetSuite. Some users have reported that certain fonts do not display correctly in Advanced PDFs, for example. You might need to experiment with different fonts and methods to find what works for your specific situation.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
01/08/2025, 11:18 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844232261
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802582681
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802430868
Celigo AI
01/08/2025, 11:18 AM