New Landing How can we help? Atelier Custom font upload

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #175310
    Lars
    Member
    Post count: 91

    Hi,

    I have problems with uploading custom fonts. I have tried *.woff, *.otf and *.ttf. But no one of them is displayed in the list or dropdown.

    Best regards
    Lars

    #175320
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    This is an issue in the Redux Framework we use, we are waiting for the fix at any moment.

    In the meantime you can upload all the font files manually through ftp or your server tools at >wp-content/uploads/redux/custom-fonts

    Then they will appear in the font options.

    Apologize for the inconvenient.

    -Rui

    #176342
    Lars
    Member
    Post count: 91

    Hi.

    Is the problem also in Cardinal?

    And when the problem will be solved?

    — Lars

    #176352
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes it is with all themes but will not affect all users. We are just waiting on a fix from redux, as this is totally out of our hands I can’t give an estimate date.

    – Kyle

    #178887
    Lars
    Member
    Post count: 91

    Hey Kyle,

    any news from redux?

    – Lars

    #179130
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Still no, not sure if it’s at the top of their list to fix, as it’s been a while now and still no fix.

    You may need to resort to an alternate method for using custom fonts

    – Kyle

    #184848
    JackMagic
    Member
    Post count: 36

    Hi there,

    I’ve tried adding the files (.eot, .otf, .svg, .tff, .wott) however they aren’t appearing in the font lists.

    Should this just be added to the header?

    #184895
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    They won’t appear in the font list, you will need to add them via CSS

    – Kyle

    #185032
    JackMagic
    Member
    Post count: 36

    Is here a particular why that works best with this theme?

    #185034
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    We normally recommend people just use a Google font that is available in the theme. Some people use webfonts purchased from myfonts, fonts.com, typekit etc which requires adding a link to the head section of the site and then some lines of css.

    However to upload your own font you would need to create the css file with @fontface to set up the fonts, then to assign them you would need to add this to your custom css:

    /* BODY FONT */
    body,p {
    font-family: "museo-slab"!important;
    }
     
    /* HEADING FONT */
    h1, .impact-text,.impact-text-large {
    font-family: "museo-slab"!important;
    }
    h2,.blog-item .quote-excerpt {
    font-family: "museo-slab"!important;
    }
    h3 {
    font-family: "museo-slab"!important;
    }
    h4 {
    font-family: "museo-slab"!important;
    }
    h5 {
    font-family: "museo-slab"!important;
    }
    h6 {
    font-family: "museo-slab"!important;
    }
     
    /* MENU FONT */
    #main-nav, #header nav, #vertical-nav nav, .header-9#header-section #main-nav, #overlay-menu nav, #mobile-menu, #one-page-nav li .hover-caption {
    font-family: "museo-slab"!important;
    }

    – Kyle

    #192710
    Lars
    Member
    Post count: 91

    Is there any news regarding to the redux problem?

    #192714
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No still waiting on the fix

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register