about changing font for menu

seeugene / 2013-11-07 22:51:13   

Hi,

I'm trying to change the font for menu to Verdana, which is now times new roman.
As I searched how to do it here, I went to Admin -> Asset-> style.css on my website and changed it like this but it's not changed when I enter the website.

/**
* CSS
*
* @version 2.0
* @author Vaska
*
* There are also some obscure rules in base.css
*/

body {
font-size: 13px;
font-family: verdana;
background: #fff;
color: #000;
line-height: 1.3em;
/* font-weight: 300; */
}

I will be looking forward to your answer soon.
Thank you!

arsondpi / 2013-11-07 23:09:20   

What you posted looks right. Although it's hard to tell since I'm only guessing without a url to check.

seeugene / 2013-11-07 23:15:09   

siyoungsong.com

this is the website!

arsondpi / 2013-11-08 07:40:07   

Well, it shows up as Verdana from my end....

seeugene / 2013-11-08 13:46:22   

Yeah it does show up as Verdana now.
Thanks a lot!

This thread has been closed, thank you.