How to make storefront menu item text bold.

I am using storefront and I want to make menu item text in bold, so how can I do it. This is my website www.furniturewalas.com

Hello there,

I hope you are doing well today.

Storefront is not a them that was created b us so we would not be able to provide support for it however this CSS code should help you out:

/*Menu font bold*/
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
    font-weight: bold;
}

Best Regards,
Support