凌的博客

您现在的位置是: 首页 > 前端学习 > Vue > 

Vue

加载googlefonts网络字体

2023-03-14 Vue 599
/*@import url('https://fonts.googleapis.com/css?family=Barlow');*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
@font-face {
  font-family: 'Barlow';
  src: url('@/assets/Barlow-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

谷歌字体库:https://fonts.google.com/

文章评论

0条评论