Fixes trailing spaces

This commit is contained in:
Javier Arce 2016-01-17 23:49:29 +01:00
parent b763d0a5f2
commit 33a00dddb6
5 changed files with 20 additions and 20 deletions

View File

@ -9,6 +9,16 @@
font-style: normal;
}
.iconFont {
display: inline-block;
font-family: 'CartoIcon';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}
<% _.each(glyphs, function(glyph) { %>
<%= '/* SG' %>
<%= '# Icon font/' + glyph.fileName.split("_")[2] %>
@ -21,13 +31,3 @@
}
<% }); %>
.iconFont {
display: inline-block;
font-family: 'CartoIcon';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -9,6 +9,16 @@
font-style: normal;
}
.iconFont {
display: inline-block;
font-family: 'CartoIcon';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}
/* SG
# Icon font/Clock
@ -930,13 +940,3 @@
content: '\E05C';
}
.iconFont {
display: inline-block;
font-family: 'CartoIcon';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}