• Theme Author mythemes

    (@mythemes)


    Recently we did an update (0.0.4)! Unfortunately, it was identifiers and resolve a problem with fonts. In version 0.0.3 does not load fonts therefore use a standard font. After I fix this error in version 0.0.4 many users were dissatisfied.

    Below is a solution for all those who would like to get back more recent version – 0.0.3.

    IMPORTANT: All you need to do is add the code below into the field Custom CSS.

    Admin Dashboard › Appearance › Customize › Others

    This allows you to do and use the next updates without any problem.

    .mythemes-page-header div.mythemes-posts-found span,
    article a.more-link,
    div.comment-respond form.comment-form button.submit-comment,
    .btn,
    .button,
    .mythemes-button,
    button,
    input[type="submit"],
    input[type="button"],
    div#comments p.form-submit input[type="submit"],
    div.widget_newsletter form button[type="submit"],
    .hentry input[type="button"],
    .hentry input[type="submit"],
    .hentry button,
    div.mythemes-header div.header-button-wrapper a.btn.header-button,
    div.mythemes-topper nav.header-menu ul.mythemes-menu-list li a,
    div.widget_calendar table th,
    footer aside div.widget_calendar table th,
    div.mythemes-header a.header-description,
    .mythemes-page-header h1,
    .mythemes-page-header nav,
    article div.meta,
    .mythemes-post-social span.mythemes-post-views strong,
    .mythemes-gallery figure.mythemes-item figcaption h2,
    .mythemes-sidebar div.widget select,
    div.widget_post_tags div.tagcloud a,
    div.widget_tag_cloud div.tagcloud a,
    aside.mythemes-header-items div.header-item div.widget h3,
    aside.mythemes-header-items div.header-item div.widget_text h3{
    font-family: sans-serif, Arial, serif !important;
    }
    
    @media (min-width: 1025px){
    div.mythemes-topper nav.header-menu ul.mythemes-menu-list ul li,
    div.mythemes-topper nav.header-menu ul.mythemes-menu-list ul li a {
    font-family: sans-serif, Arial, serif !important;
    }
    }

    if you want to make more bold the submenu items use this code:

    div.mythemes-topper nav.header-menu ul.mythemes-menu-list li a,
    div.mythemes-topper nav.header-menu ul.mythemes-menu-list ul li a{
    font-weight: bold;
    }
  • The topic ‘The font Family from 0.0.3’ is closed to new replies.