Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983708
    carldunckerfshc
    Participant

    Hi

    We have a custom font, which I have managed to import into the theme.

    It is working for the nav menu font but not for the H1, H2 etc when I create headlines in Cornerstone. Inspecting the element, it is inheriting Lato from the typography and avoiding the CSS.

    See screenshot (url works internally only)

    Can you check my CSS and see what I need to change please?

    h1, h2, h3, h4, h5, h6, .post-title, .x-navbar, .widgettitle {
    font-family: “Museo700”;
    }

    Many thanks,

    #983816
    Thai
    Moderator

    Hi There,

    Please update your custom CSS a bit:

    h1,
    .h1,
    h1 a,
    .h1 a, 
    h2,
    .h2,
    h2 a,
    .h2 a, 
    h3, 
    h3 a,
    .h3,
    .h3 a,
    h4, 
    .h4,
    h4 a,
    .h4 a,
    h5, 
    .h5 a,
    .h5,
    h5 a,
    h6, 
    .h6,
    h6 a,
    .h6 a,
    .post-title, 
    .x-navbar, 
    .widgettitle {
    font-family: "Museo700";
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-983708 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>