无法应用下载的字体

时间:2019-04-10 10:47:10

标签: html css fonts

我正在将Nunito Sans用于网站的英文版,并在此处看到:https://localfonts.eu/?s=Nunito+Sans&post_type=product 还有该字体的保加利亚语版本,这正是我所需要的。

我尝试下载并将其添加到我的项目文件夹中。

@font-face {
  font-family: NunitoSans;
  src: url('fonts/NunitoSans-Light.ttf');
}

body {
    font-family: NunitoSans;
}

不幸的是,这没有任何作用。

1 个答案:

答案 0 :(得分:-1)

  

将现有的源URL替换为您创建的新URL   上载每个文件。

     

默认情况下,源URL位置在下载的Web中设置   字体套件。需要将其替换为服务器上的位置。

参考https://www.pagecloud.com/blog/how-to-add-custom-fonts-to-any-website