I’m attempting to change the font of the site title only, but am having no luck. I’m entering the following into the customize -> additional CSS section:
span.site-name a {
font-family: ‘Great Vibes’, cursive;
font-size: 35px;
}
Nothing seems to be happening.
Thank you!