我必须制作一些 html5 广告。我选择了 Google Webdesigner (GWD),因为之后广告将包含在 google DoubleClick 中,并且 GWD 已经为 DoubleClick 设置了每个库。
我们的客户有一种特殊的字体,我必须将其用于广告。
我@font-face
在标题中包含了标签
@font-face {
font-family: Conv_DINLi_;
src: local(☺), url("assets/fonts/DINLi_.woff") format("woff"), url("assets/fonts/DINLi_.ttf") format("truetype"), url("assets/fonts/DINLi_.svg") format("svg");
font-weight: normal;
font-style: normal;
}
并将转换后的字体添加到“assets/fonts/”文件夹中。
当我现在按下“shift”+“enter”以在浏览器中预览时,GWD 会删除字体的文件路径:
https://www.dropbox.com/s/kwwf50ou80y6s83/Screenshot%202016-06-28%2009.14.37.png?dl=0
到目前为止有人遇到过这个问题吗?