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