Menu Font

Discussion in 'Compass WordPress Theme' started by stephnana1982, May 24, 2015.

Thread Status:
Not open for further replies.
  1. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    How would I change my menu font to google font Architects Daughter?

    Thanks
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    To add Google font Architects Daughter font family follow the below steps:

    Step1. Add following line:
    Code:
     @import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
    in the highlighted area specified in below image:

    compass-add-fontfamily.png


    Step 2: Paste the below given CSS in Appearance -> Theme Options -> Styling Options -> Custom CSS of your dashboard:

    Code:
    #menu .ddsmoothmenu li a {
      font-family: 'Architects Daughter', cursive;
      }
    Follow the above steps, it will fix your issue.
     
  3. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page