Home Forums WoodMart support forum Woodmart Font

Woodmart Font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132814

    Bengal
    Participant

    Hi Elise,

    I know the limitations of using the Woodmart font, because of the limit icons available. I’d like to tweak the icons on the my account page and I was wondering where I can find the other Woodmart font. I don’t like to use the font awesome icons; so if you can point me where I can find them, please.

    .woodmart-my-account-links .membership-link a:before {
        content: "\f437";
        font-family: woodmart-font;
    }

    Thanks!

    #132837

    Hello,

    Find the icons you want to add here https://fontawesome.com/v4.7.0/icons/

    Enter an icon page http://prntscr.com/offq3y

    Find the code: http://prntscr.com/offqmo and insert into the CSS instead of the existing one.

    Replace the font font: font-family: woodmart-font; with font-family: FontAwesome;

    Best Regards

    #133231

    Bengal
    Participant

    Hi Elise,

    As explained in the OP, I don’t want to use Font Awesome icons. Could you tell me if there is a sheet available with all the available Woodmart items? I’d like to keep all the icons the same.

    Kind regards.

    #133271

    Hello,

    There is no sheet. All the existing icons are applied on the site. The majority are SVG images.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)