Fix template (thanks @mcheshkov) (fix #551)

This commit is contained in:
Joshua Granick
2015-08-22 09:11:40 -07:00
parent 81c46aedde
commit bf8f88639d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,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'),

View File

@@ -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'),