- This topic has 1 reply, 2 voices, and was last updated 1 year, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I bought a special font, it’s called “Steak Barbecue”. I use it for my logo. Is it possible to import this font and use it as logo font?
How do I do it? 🙂 THX!
Hi,
1. You need to install this plugin –Â https://wordpress.org/plugins/use-any-font/
2. Follow the steps in the plugin and upload your font.
3. Navigate to Appearance > Customize > Advanced CSS and add the following snippet:
.header-logo h1 a {
font-family: "your font name";
}
Kind Regards