Skip to content
Snippets Groups Projects
Commit 84cde7c8 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Try to load fontello

parent 92cd7925
No related branches found
No related tags found
No related merge requests found
@font-face {
font-family: 'fontello';
src: url('/fonts/fontello.eot?19437874');
src: url('/fonts/fontello.eot?19437874#iefix') format('embedded-opentype'),
url('/fonts/fontello.woff?19437874') format('woff'),
url('/fonts/fontello.ttf?19437874') format('truetype'),
url('/fonts/fontello.svg?19437874#fontello') format('svg');
src: url('/fonts/fontello.eot?19437875');
src: url('/fonts/fontello.eot?19437875#iefix') format('embedded-opentype'),
url('/fonts/fontello.woff?19437875') format('woff'),
url('/fonts/fontello.ttf?19437875') format('truetype'),
url('/fonts/fontello.svg?19437875#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('/fonts/fontello.svg?19437874#fontello') format('svg');
src: url('/fonts/fontello.svg?19437875#fontello') format('svg');
}
}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment