Changing font for drop down menu.

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Changing font for drop down menu.

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1357
    easyePL
    Member

    I’m trying to change the font family the top level menu items. I used:
    .dropdown-menu-wrap ul.menu li a { font-family: Open Sans Condensed; }
    in Custom CSS, but didnt work.
    Whats wrong with my code ?

    #1359
    livemesh
    Keymaster

    The code works fine only if you have the font imported in your Custom CSS. The theme does not import this font currently. Pls insert the following CSS into Custom CSS tab along with the above code to change the menu font –

    @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

    You can customize the above import code at

    http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans+Condensed

    #1362
    easyePL
    Member

    as I have problems with gogle fonts I tryed even whitsh standard fonts – like Arial Black, and it does not change.

    #1363
    easyePL
    Member

    by continuously changing the fonts on IE 10 when loading the first page menu includes a different font, and after 1 sec loading Arvo.
    you can see it on page refresh.

    I need to repair it 🙁

    #1364
    easyePL
    Member

    Okey – I see that when I change directly in the CSS file it works fine, soo I will to change things there.

    #1365
    easyePL
    Member

    and – finally, when i put this code:
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
    diretly to the CSS file, gogle font works great.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.