导入&#39; <head>
<link href="https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
&#39;早期将Google字体访问到我的CSS样式表中,但是,无论我如何导入它,它似乎都不会加载。 我目前正在使用 XAMPP localhost 。
HTML
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #406e8e;
font-family: 'Droid Arabic Naskh', serif;
}
CSS
{{1}}