Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter runningquig

    (@runningquig)

    I’ve been trying to use the font awesome code “\f083” or “\f16d” but they just show up on the page as a box. I found this bit of code (below) in your style page so I’m thinking maybe you only included certain icons from font awesome? How can I add to this collection of fonts? the “url” part of the code below doesn’t seem to correlate with anything on the fontello website. Thank you

    /**
    * FontAwesome. Load only couple of font icons. @link fontello.com
    * ————————————————————————— */

    @font-face {
    font-family: ‘Fontello’;
    src: url(“fonts/fontawesome/fontello.eot?39112321”);
    src: url(“fonts/fontawesome/fontello.eot?39112321#iefix”) format(’embedded-opentype’), url(“fonts/fontawesome/fontello.woff?39112321”) format(‘woff’), url(“fonts/fontawesome/fontello.ttf?39112321”) format(‘truetype’), url(“fonts/fontawesome/fontello.svg?39112321#fontello”) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

Viewing 1 replies (of 1 total)