Home Forums Themes Support Claue Typography

Topic Resolution: Resolved

Tagged: 

Viewing 5 reply threads
  • Author
    Posts
    • #24308

      Hi,

      It seems to me that the H4 is another font than the standard Poppins.

      Now we do like that it is serif, but we just don’t like this font as it is difficult to read.

      How can we figure out which font H4 is and how to change it?

    • #24315

      Hi,

      Could you send me the link where H4 doesn’t use standard Poppins we need to check before give you solution.

      Thanks

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

    • #24317

      Hi,

      Well on the frontpage the H4 is used in the slider and lower down on the page under the text ”trending”.
      When we type inspect is says H4 but it is a serif font.

      We like that it is a serif font, we just don’t like this serif font.
      We would rather like the Display Fair for the serif font.

    • #24326

      Hi,

      Please add below code to claue-child > style.css

      @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
      .sub-title {
      	font-family: "Playfair Display",serif;
      }

      And after that please activate child theme.

      Kind regards

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

    • #24401

      Hi Harry,

      I have discovered that when the font is ”italic” it changes font from Poppins to Libre Baskerville.

      How can we change Libre Baskerville to Playfair Display when the italic function is used on text?

    • #24409

      Hi Lykidk,

      Please add below code in Claue > Theme Option > General Layout > Custom CSS

      @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
      .sub-title,
      .f__libre {
      	font-family: 'Playfair Display', serif;
      	font-style: italic;
      }

      Kind regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.