Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

Can't change font – Asteria Pro

Home Forums Misc. General Forums Can't change font – Asteria Pro

  • #183687

    B. Sparnaaij

    I bought the AsteriaPro version for my boss. We first used the Lite version where I used ‘Trebuchet MS’. Now in Pro it doesn’t show on the website itself. On the ‘Asteria Options page’ I selected this font/style, but on the website it looks like ‘Times new roman’. How can I make this work again?

    #185622

    Towfiq I.

    administrator

    whats your site address?

    #188658

    B. Sparnaaij
    #189256

    Towfiq I.

    administrator

    Open up asteria.js file from the js folder and remove this:

    //load yanone font by default
    if (jQuery('#redux-google-fonts-css').length){}else{
        jQuery("h2, .mid_block_content h3, .widgettitle, .postitle, body .fixed_site .header4 #topmenu ul li a, .text_block, .lay1_title h3, #sidebar .widget .widgettitle, .left_arro, .right_arro, #submit, .widget_calendar caption, .rel_content a, #ast_related ul li a, .fourofour a").attr('style', 'font-family: "kaffeesatzthin"!important');
    }