【发布时间】:2016-08-08 23:05:46
【问题描述】:
每次在我的项目中,如果我必须导入多个谷歌字体,我必须这样做:
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto">
有没有更好的方法,这样我就不必使用多个链接标签了?
【问题讨论】:
标签: html fonts google-font-api