0

我将其用作 google app script webapp 中使用的样式,我们将样式表也设置为 html 页面(包含样式标签)并将它们包含在主 html 页面中。它使用默认字体而不是下面的代码段。

@font-face
{
font-family: myFirstFont;
src: url('https://dl.dropbox.com/s/g2lk505elj1aamj/MISTV___.TTF')
}

div.happy {
  font-family: 'myFirstFont';
}

问候,

米腾。

4

1 回答 1

1

HTMLService 和 Caja Sanitization 不允许使用字体,上周我自己也遇到了同样的问题。

https://groups.google.com/forum/#!topic/google-caja-discuss/WhqEZqfFn6g

于 2013-08-12T01:31:29.467 回答