Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1412890

    ifonit
    Participant

    Hi,

    I’m using the child theme and I’ve added the “svg support” plugin as in many other websites built with others themes.

    My logo at https://aerialworks.co/ is in SVG format, Bebas font.

    It’s correctly displayed on my Mac (probably since Bebas in installed on the system) but not on the iPhone.

    I added the webfont following the guide on the knowledge base, but I cannot display the font correctly on the iPhone.

    Why?

    Please help, thanks.

    #1412891

    ifonit
    Participant

    Code in the style.css:

    @font-face {
        font-family: 'bebasregular';
        src: url('BEBAS___-webfont.eot');
        src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
             url('./framework/fonts/bebas/BEBAS___-webfont.woff') format('woff'),
             url('./framework/fonts/bebas/BEBAS___-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    

    Path on FTP: ./framework/fonts/bebas/

    #1413293

    Lely
    Moderator

    Hello There,

    Your site is in Coming Soon mode so I can’t see your setup.
    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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1413318

    ifonit
    Participant
    This reply has been marked as private.
    #1413718

    ifonit
    Participant

    At the moment I solved uploading a flat SVG which does not include the font (font flattened inside my vector SW.

    #1414219

    Friech
    Moderator

    Hi There,

    It seems to be working, the below text on my screenshot is “bebasregular” you defined and its identical to the text on your logo?


    screenshot

    Please clear you browser’s cache.

    Thanks.