Home › Forums › WoodMart support forum › Typekit Font doesn't get displayed
Typekit Font doesn't get displayed
- This topic has 10 replies, 2 voices, and was last updated 4 years, 10 months ago by
Artem Temos.
-
AuthorPosts
-
May 3, 2020 at 9:07 pm #192002
Adrenaline22ParticipantWhat I did:
– Activated Proxima Nova font, font-weight 900 in Adobe Typekit’s website
– Copied the the project ID in the themes settings
– Entered the name proxima-nova
– Set Proxima nova font as the Alt-font in the typography settings
– Set the font in the responsive text element (H2 > font-alt)In developer tools I can see it being called yet, it gets overridden by the default H2 setting in the Typography settings.
May 3, 2020 at 9:09 pm #192003
Adrenaline22ParticipantHowever it gets shown on <p> elements, just not on headings and I need them in my copy for SEO purposes.
May 4, 2020 at 6:14 am #192050
Artem TemosKeymasterHello,
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.
May 5, 2020 at 7:12 pm #192579
Adrenaline22ParticipantHi Artem,
Here are the credentials:
May 6, 2020 at 6:20 am #192648
Artem TemosKeymasterIt seems that the font is applied correctly, isn’t it? https://gyazo.com/f73d122c428b74d06907567d988cd872
May 6, 2020 at 10:15 am #192710
Adrenaline22ParticipantSure when it’s a <p> element, but as soon I use a heading element it reverts to the primary font.
From an SEO perspecitve not having headings is a terrible terrible idea.May 6, 2020 at 11:23 am #192740
Artem TemosKeymasterYes, because primary font is used for all heading and titles. And you didn’t set this font for titles yet.
May 6, 2020 at 2:06 pm #192815
Adrenaline22ParticipantSo,…
If in responsive text widget I use a heading element and set it to Secondary font (font-alt), the secondary font won’t get displayed because it gets overriden by the primary font in the theme settings…so the Text Font dropdown won’t have any effect.
May 6, 2020 at 2:24 pm #192824
Artem TemosKeymasterIf you add any HTML tags like
<h3>
then you need to add classfont-alt
to that like this example https://gyazo.com/17e2d5309fc93db73999e64656ee3331May 6, 2020 at 2:28 pm #192830
Adrenaline22ParticipantI add manually the css classes to headings. Too bad I didn’t do it before I installed Polylang. Now I have to change 70 or so heading classes manually :/
May 6, 2020 at 2:31 pm #192833
Artem TemosKeymasterTry to use the following CSS code instead
.woodmart-text-block-wrapper .woodmart-text-block h1, .woodmart-text-block-wrapper .woodmart-text-block h2, .woodmart-text-block-wrapper .woodmart-text-block h3, .woodmart-text-block-wrapper .woodmart-text-block h4, .woodmart-text-block-wrapper .woodmart-text-block h5, .woodmart-text-block-wrapper .woodmart-text-block h6 { font-family: inherit; }
-
AuthorPosts
- You must be logged in to create new topics. Login / Register