1
0

New iconfont build with new 'Publish now' icon

References #262
This commit is contained in:
Matthias Mees
2015-01-17 16:42:26 +01:00
parent 6287ce8f7e
commit ba8eb7eea8
6 changed files with 8 additions and 8 deletions

View File

@ -354,11 +354,11 @@ nav ol {
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
@font-face {
font-family: 'fontello';
src: url('{TEMPLATE_PATH}font/fontello.eot?50916206');
src: url('{TEMPLATE_PATH}font/fontello.eot?50916206#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?50916206') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?50916206') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?50916206#fontello') format('svg');
src: url('{TEMPLATE_PATH}font/fontello.eot?70036835');
src: url('{TEMPLATE_PATH}font/fontello.eot?70036835#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?70036835') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?70036835') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?70036835#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -423,7 +423,7 @@ nav ol {
.icon-right-dir:before { content: '\e828'; }
.icon-th-list:before { content: '\e829'; }
.icon-block:before { content: '\e82a'; }
.icon-share:before { content: '\e82b'; }
.icon-rocket:before { content: '\e82c'; }
/* BACKEND HELPER CLASSES */