Fix template (thanks @mcheshkov) (fix #551)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#content { background: #000000; width: 100%; height: 100%; }
|
||||
::foreach assets::::if (type == "font")::
|
||||
@font-face {
|
||||
font-family: '::id::';
|
||||
font-family: '::fontName::';
|
||||
src: url('::targetPath::.eot');
|
||||
src: url('::targetPath::.eot?#iefix') format('embedded-opentype'),
|
||||
url('::targetPath::.svg#my-font-family') format('svg'),
|
||||
|
||||
Reference in New Issue
Block a user