-
AuthorPosts
-
November 12, 2015 at 7:37 am #662449
Hi,
I have used a google font (architects daughter) against some custom headlines within cornerstone. All show nicely on desktop devices. However, some (not all!) do not show the correct font on mobile or iPad. The homepage uses custom headline to show titles. Here’s the page >> http://www.sdmtest1.co.uk. This page also looks fine on mobile.
But on this page >> http://www.sdmtest1.co.uk/shop-by/ although it shows fine on desktop, the mobile view does not show the right font.
What am I missing?
November 12, 2015 at 9:29 am #662574Hi there,
Thanks for writing in! Would you clarify how you have added the font? Did you use the Custom Font option from Customizer or loaded any other way?
It seems on your page (http://www.sdmtest1.co.uk/shop-by/) the font is not architects daughter rather a cursive fallback font from the system – http://prntscr.com/91yf9r
The font is working on other page and it looks like – http://prntscr.com/91yfjp
As the font is not loaded properly on shop page, it’s showing a cursive fallback from system. Since the system fonts in Computer, Tablets and Mobile will vary so you might see different type of fonts.
So make sure you are loading the font correctly for all pages.
Hope this makes sense.
Cheers!
November 13, 2015 at 6:57 am #663873I’ve used the same method for the custom headline on each of the pages. Don’t know why they would be different.
I’ve entered this code in the style section for the custom headline (same on each page).
font-family:’architects daughter’,cursive;
This font is only used in certain places so didn’t want to set it using customiser.
How can I fix this?
November 13, 2015 at 7:40 am #663911Hi Loren,
Try adding the code below in your custom > css in the customizer
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
Then add this in the style field of the element you want to change the font
font-family: 'Architects Daughter', cursive;
Hope that helps.
November 13, 2015 at 9:43 am #664032Yay!! That did it! Thank you so much!
November 13, 2015 at 10:32 am #664108You are most welcome 🙂 .
January 7, 2016 at 7:34 am #735810Hi,
This worked before Christmas but has now stopped working. I haven’t added anything else to the site at all (just updated X). Can you help?
January 7, 2016 at 10:35 am #736048Hi there,
Thanks for updating. I can see the font is working fine on my end – http://prntscr.com/9n73lp
Please check again clearing your browser’s cache. Also you can try the font name correctly (not all lowercase) –
font-family: 'Architects Daughter', cursive;
Cheers!
February 1, 2016 at 7:09 am #774228Hi,
No this didn’t work. Still wrong on both my iPhone and my iPad.
February 1, 2016 at 9:23 am #774445Hi there,
Thanks for writing back. I have checked again and noticed it’s still working fine however you didn’t update the naming yet – http://prntscr.com/9xnhw1
Since the font is loading fine and showing correct on my end, I am not sure what should I suggest you right now. You can try from different mobile device after correcting the naming as suggested.
Cheers!
February 1, 2016 at 10:11 am #774523Still not working. I’ve corrected the name (to caps where applicable).
I’ve tried taking it out of the style field on the individual element and placing it in the custom css section for the page and that doesn’t work either.
February 1, 2016 at 12:18 pm #774726Hi there,
Thanks for updating. Still I can’t see the correct naming. Are you using any cache plugin or CDN that might delay the update? Also could you attach a screenshot of what you are seeing on your mobile device?
Cheers!
February 1, 2016 at 1:47 pm #774839Hi,
You’re right. On this particular page, I hadn’t put the caps in. I have now – but still not working.
The page I’m checking is http://www.got2jot.co.uk/shop-by/I’ve attached a screenshot from my iPad.
February 1, 2016 at 10:26 pm #775370Hello Loren,
Upon checking, what works on your site is the cursive font and not the Architects Daugher font.
Please change this:
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
To this:
@import url(//fonts.googleapis.com/css?family=Architects+Daughter);
Hope this helps.
February 2, 2016 at 5:19 am #775797No, still doesn’t work. That just stops the cursive style. It still doesn’t show the actual ‘Architects Daughter’ font.
The strange thing is, that I have the same font styling on the home page (as a custom headline – just the same) and it works perfectly!
I don’t understand it.
-
AuthorPosts