Support for Envato Buyers Forums Samsara Google Fonts & Inserting Headers

Viewing 2 reply threads
  • Author
    Posts
    • #5868
      cour10e22
      Participant

      Hi there!

      From the Customize menu and choosing Google fonts for headers & body, is there a way to specify the font weight since many of the Google Fonts come in different weights? I’m having this issue right now and having to manually add CSS to change the font-weight. Also, when I add a normal h1, h2, h3 header, it shows up in the loveloblack font rather than the font I specified in the Customize area. How should I change this?

      Thank you!

      Courtney

    • #5904
      cour10e22
      Participant

      Thanks so much, this is really helpful!

    • #5911

      You’re welcome!

    • #5872

      Hi

      For “normal h1, h2, h3 header, it shows up in the loveloblack font”, it’s a known small bug, the quick solution is use the following CSS to reset the font family

      h1,h2,h3,h4,h5,h6{font-family:"New Font Name";}

      I will fix it in the next version.

      For specify the font weight, I think you need to find the CSS selector first with chrome developer tool or firebug, then, add custom CSS like below

      .css_selector {font-weight:normal;}

      For chrome developer useage, please refer to the following article or video

      http://dailypost.wordpress.com/2013/07/25/css-selectors/

      https://www.youtube.com/watch?v=V2aAEzlvyDc

      Thanks

Viewing 2 reply threads
  • You must be logged in to reply to this topic.