Change font of title and headers
-
Hi there!
I want to reactivate my old travel blog and am super rusty with my CSS skills haha.
I would like to use the “Economica” font from Google fonts on the headline and maybe also the Title. How could I amend my already existing Child CSS in the best way?
I have this already this code in the style.css, so would just need to add the right font family for Economica i guess and need to know who to change the header font / size as well.
`#site-title {
font-family: “Trebuchet MS”,Arial,Sans-Serif;
font-size: 30px;
font-weight: bold;
line-height: 1;
text-shadow: #222 0 2px 2px;
}#nav {
display: inline;
float: right;
font-size: 11px;
font-weight: bold;
line-height: 15px;
margin-top: 20px;
text-transform: uppercase;
}Thanks!
Cheers,
Chris- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Change font of title and headers’ is closed to new replies.