Arabic web fonts

I want to know how to use Arabic fonts on a website. I want to make a web application in Arabic. So tell me any free arabic font library. And also tell me if ASP.NET has native Arabic support. If I want to create an application using PHP, what should I do?

+3
source share
2 answers

Have you tried Google Fonts ?

You can easily import fonts into your web application, for example by adding the following code to the header:

<link href="http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css" rel="stylesheet" type="text/css" />

then you can use the font in your CSS, for example:

body {
  font-family: 'Droid Arabic Naskh', 'Monda', sans-serif;
}
+1
source

. , . , .

0

All Articles