在svg中的样式标记上添加多个谷歌字体

时间:2014-02-21 07:52:32

标签: css svg fonts google-font-api

我让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>

我尝试了很多但没有成功。请帮助我,并提前致谢

1 个答案:

答案 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>

只需导入网址