CSS - 导入Google Web 字体
Posted 500m
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS - 导入Google Web 字体相关的知识,希望对你有一定的参考价值。
@import url(‘http://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900‘);
body
font-family: ‘Poppins‘,sans-serif;
以上是关于CSS - 导入Google Web 字体的主要内容,如果未能解决你的问题,请参考以下文章
从 Google 字体导入字体并将其添加到 CreateGlobalStyle 无法正常工作
<head> 中的 Google 字体或带有 @import 的 CSS 中的 Google 字体?