DAWN THEME: Change header menu font

Hello,

How can I change header menu font?

I trying change the code but it’s not working.

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.header__menu-item.header__menu-item{
font-size: 20px !important;
}
.menu-drawer__menu.list-menu li *{
font-size: 10px !important;
}

Look, I don’t want to change a text.

First: In my dawn theme I don’t have theme.css

Second: I want to change font not text. I want to change from this font now to Poppins font.

So how to to that?