我通过添加外部链接使用谷歌字体
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
这个 CSS 只有这个代码
@font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: normal;
src: local('Arvo'), url('http://themes.googleusercontent.com/static/fonts/arvo/v3/WJ6D195CfbTRlIs49IbkFw.woff') format('woff');
}
我可以在我的项目 css 文件 style.css 中粘贴并使用此代码吗?或者它是必要的,最好将其用作 google 的外部 css 链接