-
AuthorPosts
-
January 1, 2016 at 6:20 am #727493
Hi Support,
I’ve been reading the to find out how to add a custom font to an element, from there I have managed to work out that adding the line “font-family: ‘FONT-NAME’ !important;” in the style section of the element is the correct thing to do.
My problem is:
In my Typekit I have three font families, all showing as synced in the extension. However I’m not able to use these fonts in elements, when I put the above in the style box it goes to Times New Roman.If I change the font to WingDings, font-family: ‘WingDings’ !important; then it shows WingDings successfully so I am guessing the issue is that my font family is not recognised by cornerstone.
How can I import the entire typekit into cornerstone, am I not putting some code in somewhere?
Thanks
MattJanuary 1, 2016 at 6:24 am #727495Attached the list of fonts showing in the typekit plugin, the code I’m trying to unsuccessfully use is
font-family: ‘Almaq Rough’ !important;
January 1, 2016 at 6:25 am #727496this time with attachment (apologies!)
January 1, 2016 at 10:11 am #727606Hi Matt,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
January 1, 2016 at 10:26 am #727615This reply has been marked as private.January 1, 2016 at 2:03 pm #727768Hi Matt,
Thanks for the details.
It seems like Almaq Rough font isn’t added in the kit yet. See screenshot below. Kindly add it in the kit and use this code in the inline stylw – please note to use the correct
''
quotes.font-family: 'Almaq Rough' !important;
January 2, 2016 at 12:44 am #728271Hi Support,
I’d removed the font from the Typekit and tried a few others just in case it was a font issue.
I’ve now, as a test, added it back in, synced the typekit – Almaq Rough appears now – and inserted the code above, using the ‘ ‘ quotes – still not working I’m afraid.
Would you mind taking another look please.
cheers
mattJanuary 2, 2016 at 12:54 am #728282Hi there,
Please update your code to
font-family: 'Almaq-Rough' !important;
Thanks.
January 2, 2016 at 1:00 am #728297Thanks for the prompt response.
That’s sorted it!!
Have also tried a couple of other fonts in the typekit and puttinng a – in for a space makes them work too.
Many thanks again.
MattJanuary 2, 2016 at 1:30 am #728331You’re welcome.
-
AuthorPosts