Home › Forums › Air WordPress Theme › Font settings
- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by
SeaTheme.
-
AuthorPosts
-
September 29, 2021 at 8:33 am #25801
Hi there!
Im trying to achieve a slick typography lay-out, and I’m using two different font families with different weights. I can’t set the separate Headings in the different font. For example I want Heading 1 to be Oswald, the paragraph is set in Quicksand. But for small texts, like footnotes, I want to use Heading 6 f.e but I want that to be the same family as the paragraph (Quicksand) but I can’t set the headings individually in different font families?
Cheers!
September 29, 2021 at 9:21 am #25802Another question,
Is there also a tool where I can set the spacing/tracking between the characters? In font-logo and the navigation bar the font has to much space in-between the characters
September 29, 2021 at 12:17 pm #25803Hi,
Welcome to SeaTheme forum.1. Yes, there isn’t option to define the separate Heading font. It is possible by custom CSS like:
h6 { font-family: 'Libre Baskerville', serif; }Please let me know what is the font name, and where is it used(better paste a page URL)
2. Please use the custom CSS code(“Appearance > Customize: Additional CSS”):
.logo-h1, .navi-trigger-text-inn, .menu-item { letter-spacing: 3px; }September 29, 2021 at 1:41 pm #25805The website itself is not published yet, I’m working in a staging environment. The font family I want to use for H6 is ‘Quicksand’ (a google font). I’ve added a screenshot for it.

2. Cheers! Now I can finetune it 🙂 Appreciate it a lot!!
September 30, 2021 at 1:16 am #25810Hi, welcome!
Please use the custom CSS code(“Appearance > Customize: Additional CSS”):
h6 { font-family: 'Quicksand', sans-serif; }If you didn’t use this font for other element, please add the CSS also, the codes need to be above all other custom CSS codes:
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');
-
AuthorPosts
- You must be logged in to reply to this topic.
