• Resolved Manu-PB

    (@manu-pb)


    Hi,
    I’m trying to add the skype genericons (f220) inside my contact page, but is not displayed (just the default icon).
    See here.
    Other genricons (phone:f437 and address:f410) work well.
    Thanks for help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you see this snippet?

    Looks like customizr genericons fonts version doesn’t have that icon.
    I can suggest to do this (don’t know if there’s a better way):
    download the genericons zip: https://genericons.com/#instagram
    extract it in your child-theme dir, it will create a dir named “genericons”. Then in your child theme style.css add this to override customizr genericons fontface:

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

    Thread Starter Manu-PB

    (@manu-pb)

    @d4z : thanks a lot !
    Hope the udpated library will be included in the next theme version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘genericons : display skype (f220) ?’ is closed to new replies.