ShootsDraws
-
Posts
39 -
Joined
-
Last visited
Community Answers
-
ShootsDraws's post in Code to left align Grid Gallery section and add text block to the right? was marked as the answer
For anyone else struggling with this, I found a video tutorial which makes it possible with CSS:
-
ShootsDraws's post in How do I target and change the font of Blog titles? was marked as the answer
I finally had success. This code did the job:
h1.blog-title, h1.entry-title, a.summary-title-link {
font-family: 'BarlowCondensedExtra' !important;
}