Title: Menu using wrong font
Last modified: July 5, 2020

---

# Menu using wrong font

 *  Resolved [adamfcooper](https://wordpress.org/support/users/adamfcooper/)
 * (@adamfcooper)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/)
 * Hello,
 * Tried to find the correct area to post and this seemed the best one. Apologies
   if wrong.
 * My sites main menu is using the wrong font. Open Sans is what I have used everywhere,
   but for some reason the menu font isn’t using it.
 * [@media](https://wordpress.org/support/users/media/) (min-width: 992px)
    .menu-
   layout-2 .theme-primary-menu > li > a { font-family: poppins; font-size: 14px;
   font-weight: 600; text-transform: none; color: #3c3c3c; }
 * From what I can see the font-family is wrong, when I change it in a browser it
   works, but when i add the updated code in additional css the menu doesn’t change.
   Can anyone help?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-using-wrong-font%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [جعبه تقسیم](https://wordpress.org/support/users/electrokaren/)
 * (@electrokaren)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/#post-13073664)
 * i have the same problem for my [جعبه تقسیم](https://electrokaren.com/junction-box-1/)
   site.
    when i use !important in css the problem solved. like this :
 * [@media](https://wordpress.org/support/users/media/) (min-width: 992px)
    .menu-
   layout-2 .theme-primary-menu > li > a { font-family: poppins **!important**; 
   font-size: 14px; font-weight: 600; text-transform: none; color: #3c3c3c; }
 *  Thread Starter [adamfcooper](https://wordpress.org/support/users/adamfcooper/)
 * (@adamfcooper)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/#post-13073671)
 * Hmm, I did try ‘!important’ but it didn’t fix it.
 * This is what I have now:
 * [@media](https://wordpress.org/support/users/media/) (min-width: 992px)
    .menu-
   layout-2 .theme-primary-menu > li > a { font-family: sans-serif !important; font-
   size: 14px; font-weight: 600; text-transform: none; color: #3c3c3c; }
 * But font is still wrong.
 *  [جعبه تقسیم](https://wordpress.org/support/users/electrokaren/)
 * (@electrokaren)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/#post-13073692)
 * i think you forgot {} open and close on your [@media](https://wordpress.org/support/users/media/)
   
   your code should be somthing like this.
 * [@media](https://wordpress.org/support/users/media/) all and (min-width: 992px){
   .
   menu-layout-2 .theme-primary-menu > li > a { font-family: sans-serif !important;
   font-size: 14px; font-weight: 600; text-transform: none; color: #3c3c3c; } }
 *  Thread Starter [adamfcooper](https://wordpress.org/support/users/adamfcooper/)
 * (@adamfcooper)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/#post-13073695)
 * Perfect, thank you!

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

The topic ‘Menu using wrong font’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [adamfcooper](https://wordpress.org/support/users/adamfcooper/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/menu-using-wrong-font/#post-13073695)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
