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”;
}