12 lines
367 B
Smarty
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}}
|