Importing the 'Droid Arabic Naskh
' early accesss Google font into my CSS stylesheet, however, no matter how I import it, it doesn't appear to load. I'm currently using XAMPP localhost for this.
HTML
<head>
<link href="https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
CSS
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #406e8e;
font-family: 'Droid Arabic Naskh', serif;
}