Hey Andrew, unfortunately that would take some custom development but there's most likely plugins to integrate typekit with an interface instead of have to use code
Has this been ever solved? I added the code in the css and the body fonts are changed nicely. However, for bold & italize it is using the default font...been trying very hard but didn\'t find any solution..
Hi,
I purchased your theme a few days ago. Now, I want to add support for Typekit fonts. Is there a way to show Typekit fonts on your Typography section?
Hey Andrew, unfortunately that would take some custom development but there's most likely plugins to integrate typekit with an interface instead of have to use code
Thanks. I will look into that.
Has this been ever solved? I added the code in the css and the body fonts are changed nicely. However, for bold & italize it is using the default font...been trying very hard but didn\'t find any solution..
I am using 3rd party plugin for type kit font...
here is what I wrote in the css section of the plugin >>
body { font-family: \"proxima-nova\",sans-serif;
font-size: 18px; line-height:25px;
font-weight: 500;}
I also tried your universal *{...
but that also changed only the regular body font...
pls help..
Hey Manoj,
Try Inspecting the element to see if your css is overriding it or not. This might help: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug
Thanks
ThemeNectar Support Team