Added icon-font header
This commit is contained in:
parent
41ca1c6692
commit
1780e1d550
@ -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 %>';
|
||||
}
|
||||
<% }); %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user