我将其用作 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';
}
问候,
米腾。