Comments 1chrismaynard5 started the conversationNovember 24, 2020 at 2:43pmHow do I use adobe typekit fonts with the gem?Every graphic designer is using adobe now... 7,092Oliver repliedNovember 24, 2020 at 6:09pmHi,You can use this plugin:https://wordpress.org/plugins/custom-typekit-fonts/Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 1chrismaynard5 repliedNovember 24, 2020 at 7:06pmI guess since this is public it might help someone else to know...To get your suggestion to work you need to add to css in Appearance>customize and add this:.h1 {font-family: latin,latin-ext;}you can replace h1 with any font format from the gem and the font-family with the one you import from adobein my case there were some WPBakery objects the font class selector didn't work so I had to do "h1" instead of ".h1" 7,092Oliver repliedNovember 25, 2020 at 7:57amThank you!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How do I use adobe typekit fonts with the gem?
Every graphic designer is using adobe now...
Hi,
You can use this plugin:
https://wordpress.org/plugins/custom-typekit-fonts/
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I guess since this is public it might help someone else to know...
To get your suggestion to work you need to add to css in Appearance>customize and add this:
.h1 {
font-family: latin,latin-ext;
}
you can replace h1 with any font format from the gem and the font-family with the one you import from adobe
in my case there were some WPBakery objects the font class selector didn't work so I had to do "h1" instead of ".h1"
Thank you!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver