Added icon-font header

This commit is contained in:
xavijam 2016-01-18 16:43:02 +01:00
parent 41ca1c6692
commit 1780e1d550

View File

@ -1,3 +1,6 @@
// Icon font elements
// ----------------------------------------------
@font-face {
font-family: 'CartoIcon';
src: url('fonts/cartoIcon.eot');
@ -19,7 +22,7 @@
line-height: 1;
}
/* SG
/* SG
# Icon font
```
<% _.each(glyphs, function(glyph) { %>
@ -34,4 +37,3 @@
content: '\<%= glyph.codePoint %>';
}
<% }); %>