Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #152088
    hhurst
    Participant

    I have catch responsive but not the pro. No child theme. I want to change my site title font to something like Architects Daughter. I had Tally Light but an upgrade changed it to an ugly font. Can you help? Thanks

    #152099
    sapana
    Participant

    @hollyehrocketmail-com:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @font-face {
      font-family: "Architects Daughter";
      src: url("https://fonts.gstatic.com/l/font?kit=KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfYtykOTAKcavksChyrn3AsRt_mn05dhoX-V4p7EY4IjdP8iMOo2qq91Tqz4gQTz9i0WPyWZ7-YSOkm3wJvirJX0sjD_RLcP8BV2y4gqrdXT9gmM3frd-XegiZJ5xtaYQGrHkCWC89zxqrA9RBKgI_o5dW2c6LxaWQUE&skey=d34ee9a1a308e98b&v=v8") format("woff2");
      font-style: normal;
      font-weight: 400;
    }
    
    #site-title {
    font-family: "Architects Daughter";
    }

    Let me know if this help you out!
    Kind Regards,
    Sapana

    #152296
    hhurst
    Participant

    1. That is a lot of code for just the title. It would be helpful to know if theme updates change the coding for title, etc. so that code because outdated. So should I be removing some “Old” code?

    Here is code I think I should remove:
    #site-title {
    font-family: “Caveat”;
    }

    .heading 1 {
    font-family: Architects Daughter; “!important”;
    }
    .site-title {
    font-family: font-Architects Daughter;
    “!important”;
    }

    #site-title {font-family: ‘MyWebFont’, Tally Text Light 1;}

    { Site Title & Tagline: Tally Text Light 1; }

    2. I would like to try a google font that is listed in my options for the site title only: Caveat.When I try to change the font in the customize-typography nothing changes.
    So what would be the code? Wouldn’t it be this:
    #site-title {
    font-family: “Caveat”;
    }

    #152316
    sapana
    Participant

    @hollyehrocketmail-com: Code I provided to you won’t be outdated even though theme is updated.
    Font Family option is only available in Pro version of the theme so,if you want us to add the font in customizer you will need to upgrade to Pro.

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Title Font’ is closed to new replies.