我让svg包含一些文本,我想在该文本上使用Google字体作为font-family。有多个文本,我想在样式表中使用多个Google字体URL。
我试试自己的方式,但它不起作用。我的样式表
<style type="text/css">
@font-face {
font-family: 'Freckle Face';
src: url('http://fonts.googleapis.com/css?family=Freckle Face') format('svg')
}
</style>
我尝试了很多但没有成功。请帮助我,并提前致谢
答案 0 :(得分:0)
对不起朋友打扰你。我找到了它的解决方案。
样式表
<style xmlns="http://www.w3.org/2000/svg" type="text/css">
@import url('http://fonts.googleapis.com/css?family=Audiowide');
@import url('http://fonts.googleapis.com/css?family=Roboto');
</style>
只需导入网址