I’d like to make the title font in callouts a different font than the body text. Going for a sans-serif title font (SF Pro), with the serif font I’m using (New York).
What CSS code would you guys recommend I use for this?
Thanks!
I’d like to make the title font in callouts a different font than the body text. Going for a sans-serif title font (SF Pro), with the serif font I’m using (New York).
What CSS code would you guys recommend I use for this?
Thanks!
.callout-title{
font-family: *fontNameHere*;
}
This should do it I think
That did it! Thank you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.