vendor: add plus icon to fontello

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 16:39:41 -08:00
parent 527dde8ca6
commit 57dcc296dc
11 changed files with 30 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?22518498');
src: url('../font/fontello.eot?22518498#iefix') format('embedded-opentype'),
url('../font/fontello.woff?22518498') format('woff'),
url('../font/fontello.ttf?22518498') format('truetype'),
url('../font/fontello.svg?22518498#fontello') format('svg');
src: url('../font/fontello.eot?26038672');
src: url('../font/fontello.eot?26038672#iefix') format('embedded-opentype'),
url('../font/fontello.woff?26038672') format('woff'),
url('../font/fontello.ttf?26038672') format('truetype'),
url('../font/fontello.svg?26038672#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -14,7 +14,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?22518498#fontello') format('svg');
src: url('../font/fontello.svg?26038672#fontello') format('svg');
}
}
*/
@@ -54,5 +54,6 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-plus:before { content: '\e801'; } /* '' */
.icon-left-open:before { content: '\e802'; } /* '' */
.icon-right-open:before { content: '\e803'; } /* '' */