• Hello,
    My icons (icomoon) on the page and also on admin panel do not show like icon, they show like empty rectangular box.
    I am not sure where is the problem, maybe something from wordpress. I have read and try so many things but nothing happened.
    Can you tell me where is the problem and how I can fix it ?

    The page I need help with: https://www.rusyayaihracat.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @sinoptik99.

    In your style.css instead of :

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

    add :

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

    Ensure that in your folder included all the font icons.

    Kind regards,
    Vasilis

    Thread Starter sinoptik99

    (@sinoptik99)

    Privet, Vasilis.

    Thank you very much for you support. The problem is fixed now. The icons are eventually seen on the site.

    Best Regards,
    Agil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icomoon problem’ is closed to new replies.