New Landing How can we help? Themeforest Theme Support Dante How to use east asian font?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #135651
    altious
    Member
    Post count: 180

    Hi,

    I would like to use this standard font for this theme, how can I do that?

    メイリオ, Meiryo, 'MS Pゴシック', sans-serif;

    #135732
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You will need to add the link the the webfont in your head section, which you can add to the header.php file. Then you will 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;
    }

    But replace museo-slab with the name of your font

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 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