Updating Genericons

  • Anonymous

    #8400

    The Genericons icon font for icons used as design elements so their colours can be changed was added by Syahir in Version 1.9.2 of Graphene WordPress Theme.

    Genericons Version 3.0.2 (November 1, 2013) includes some new icons and updates.

    New:

    Social icons: Skype, Digg, Reddit, Stumbleupon, Pocket

    New generic icons: heart, lock and print

    New editing icons: code, bold, italic, image

    New interaction icons: subscribe, unsubscribe, subscribed, reply all, reply, flag

    Updated:

    The hyperlink icon has been updated to be clearer, chunkier

    The “home” icon has been updated for style, size and clarity

    The email icon has been updated for style and clarity, and to fit with the new subscribe icons

    The document icon has been updated for style

    The “pin” icon has been updated for style and clarity

    The Twitter icon has been scaled down to fit with the other social icons

    To update Genericons to this version and future versions in your child theme:

    Download the latest version from genericons.com

    Unzip and copy the following files to themes/graphene-child/fonts/genericons/

    COPYING.txt

    genericons-regular-webfont.eot

    genericons-regular-webfont.svg

    genericons-regular-webfont.ttf

    genericons-regular-webfont.woff

    Genericons-Regular.otf

    LICENSE.txt

    README.txt

    Finally, add this to your child themes style.css file

    /*
    * =Icon font
    */

    @font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons/genericons-regular-webfont.eot');
    src: url('fonts/genericons/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/genericons/genericons-regular-webfont.woff') format('woff'),
    url('fonts/genericons/genericons-regular-webfont.ttf') format('truetype'),
    url('fonts/genericons/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.