是否可以在Gmail中使用谷歌网络字体

时间:2011-06-29 06:28:07

标签: email gmail google-webfonts

我想在gmail中编写邮件时使用谷歌网络字体“Over the Rainbow”

 <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow&v2' rel='stylesheet' type='text/css'>

有可能吗?

<script type="text/javascript">
  WebFontConfig = {
    google: { families: [ 'Over+the+Rainbow' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })(); </script>

1 个答案:

答案 0 :(得分:14)

我希望答案不同,但我认为目前不可能。

我认为Gmail不允许您在邮件正文(although some email clients will)中插入链接元素。

Gmail不允许您在邮件中运行JavaScript。