[Resolved] Handwriting google font in a button

Home Forums Support [Resolved] Handwriting google font in a button

Home Forums Support Handwriting google font in a button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #422493
    Iñaki Mansilla

    I have this structure in a page:

    <p><a href="#">button</a></p>

    Where the button has a class like so:

    .myclass {
    font-family: “Rock Salt”;
    }

    This font is on GeneratePress typography list . It works fine in my browser, but it doesn´t in my iphone… What am I doing wrong??…

    Thanks in advance.

    #422640
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page?

    Thanks!

    #422894
    Iñaki Mansilla

    Hi Leo.

    Yes, sure http://www.ima2.com/prueba/.

    Thanks.

    #423242
    Leo
    Staff
    Customer Support

    Seems to work fine on my iPhone with chrome: https://s18.postimg.org/ae66ud9ex/IMG_6775.png

    Can you try clearing browser cache?

    #423295
    Iñaki Mansilla

    Hi Leo.

    I need my text button with the google font Rock Salt https://fonts.google.com/specimen/Rock+Salt?query=Rock. If I watch the page with my Mac works fine, but Right now both your iphone and mine either safari in my case and Chrome in yours, are not showing the desired font.

    Thanks.

    #423447
    Tom
    Lead Developer
    Lead Developer

    Have you included the font in your CSS? For example, you can add this:

    @import url('https://fonts.googleapis.com/css?family=Rock+Salt');

    #423485
    Iñaki Mansilla

    I see… I though that was in case you need to add a font not included into the GP system. But yes, that works for me.

    Thanks Tom!!.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.