ejyy/web/cwfont/style.tpl
2021-11-08 14:45:41 +08:00

12 lines
367 B
Smarty

@font-face {
font-family: "{{fontName}}";
src: url("./{{fontPath}}eot");
src: url("./{{fontPath}}eot#iefix") format('embedded-opentype'),
url("./{{fontPath}}ttf") format('truetype'),
url("./{{fontPath}}woff") format('woff'),
url("./{{fontPath}}woff2") format('woff2'),
url("./{{fontPath}}svg") format('svg');
}
{{glyphs}}