Balance theme primary menu font

Community Forums Forums General Discussion Balance theme primary menu font

This topic is: not resolved

This topic contains 3 replies, has 3 voices, and was last updated by  braddalton 4 months, 1 week ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11552

    tafita
    Participant
    Post count: 3

    I would like to change the menu font to arial, any ideas?

    #11577

    braddalton
    Participant
    Post count: 2553

    .menu-primary,
    .menu-secondary {
    font-family: 'Arial', Georgia, Times Roman;
    }


    WordPress Developer & Consultant
    Brad Dalton @ WP SitesClick Here to Get Genesis Child Theme Tips Delivered.

    #11674

    GaryJ
    Moderator
    Post count: 158

    A font stack that sticks to all sans-serif fonts would have been a better suggestion, especially ones that other operating systems may have a chance of falling back to if Arial is not available.

    Also,, no need for quotes around Arial – it’s a single word.

    A typical stack would be:

    font-family: Arial, Helvetica, Tahoma, sans-serif;


    @GaryJ

    #12022

    braddalton
    Participant
    Post count: 2553

    The fonts i used in my reply are an example only.

    Interesting comment on the qoutes Gary because many of the StudioPress child themes use qoutes on single word font names.


    WordPress Developer & Consultant
    Brad Dalton @ WP SitesClick Here to Get Genesis Child Theme Tips Delivered.

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

You must be logged in to reply to this topic.