Exchange theme font by locally hosted font
-
Hi Anders,
I really love your Hitchcock theme.
Is it possible to exchange the font of the page header by a locally hosted font?
I added the following
- font files to directory /wp-content/themes/hitchcock/fonts/
- style.css
@font-face { font-family: 'amsterdam_three'; src: url(/fonts/amsterdam_three.woff2) format('woff2'), url(/fonts/amsterdam_three.woff) format('woff'), url(/fonts/amsterdam_three.ttf) format('truetype'), url(/fonts/amsterdam_three.otf) format ('opentype'); }
- Additional CSS
.post-title { font-family: 'amsterdam_three', 'Montserrat', sans-serif; }
Unfortunately it’s not working. Could you please explain why I failed?
Thank you so much!
Best regards,
Petra
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Exchange theme font by locally hosted font’ is closed to new replies.