This topic has 9 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
I keep adding custom global css font but showing xstore default fonts instead.
Trying to set for all headers and also p/span tags
Hello,
1) Choose the necessary font in Theme Options > Typography.
2) Choose the necessary font in Elementor global settings.
3) Edit elements and element typography if the font was set manually in the element settings, for example https://gyazo.com/bf5fd160db64b2b71ae73ed3f87c402b
Regards
I am trying to add a custom font that isnt in the typography options.
where the link rel=”stylesheet” href=”https://use.typekit.net/kex2dfo.css”
Custom is this
Headers / Titles / Logo: Freude
Font code:
font-family: freude, sans-serif;
font-weight: 400;
font-style: normal;
Body text / everything else: Newbury Sans
Font code:
font-family: newbery-sans-pro,sans-serif;
font-weight: 400;
font-style: normal;
Hello,
Dashboard > XStore > Custom Fonts > upload the font, then you will be able to select it in Theme Options and settings of elements.
Regards
I have the Adobe Typekit embed code.
Does not have ability to upload the theme. Only embed using the stylesheet and css.
Hello,
In this case, I’m afraid that you need to use custom CSS to apply these fonts to all the elements that you need.
For example
body, p {
font-family: 'Open Sans', sans-serif;
}
etc
Regards
I have tried doing this if you take a look at the additional CS on the theme options. I used the Header and Footer plugin which can be found under settings to add the style sheet to the header of every page.
Hello,
Answered here https://www.8theme.com/topic/additional-css-in-theme-options-not-reflecting-through-website-on-fonts/#post-296925
Regards
You must be logged in to reply to this topic.Log in/Sign up