Home Forums Themes Support Claue Font Family

Viewing 3 reply threads
  • Author
    Posts
    • #37748

      Hi Harry,

      Do you agree that the fastest way to add font to the website is this?

      *:not(i):not(.ab-icon) {
      font-family: "IranSans" !important;
      }

      .ab-icon is related to this: https://prnt.sc/tootpm

      If the theme uses some other font classes or you have better code, I will appreciate it.

      • This topic was modified 4 years, 5 months ago by Rahim.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #37750

      Hi Rahim,

      The icon work with backend, i’m not sure your override code can work.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #37751

      Hi Harry,

      It works. All you see on the toolbar in front-end, are related to style.css

      in the back-end can be changed by some custom codes or this plugin: Add Admin CSS

      When I change the code to this: *:not(i) { font-family: "IranSans" !important; } , this happens: https://prnt.sc/top7jh

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #37752

      You should change code to

      *:not(.ab-icon):before {font-family: "IranSans" !important;}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.