Hi,
I am trying to get my menu to show the Google Font ‘Sigma One’.
I have added the Google font and changed settings in in the stylesheet,
#art-main
{
background: #F2F5E5 url(‘images/page.jpeg’) repeat-x scroll;
background: url(‘images/pageglare.png’) top center no-repeat, url(‘images/page.jpeg’) repeat-x, #F2F5E5;
margin:0 auto;
font-size: 18px;
font-family: Sigma One, Tahoma, Arial, Helvetica, Sans-Serif;
position: relative;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
cursor:default;
overflow:hidden;
}
table, ul.art-hmenu
{
font-size: 13px;
font-family: Sigma One, Tahoma, Arial, Helvetica, Sans-Serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
margin: 0;
padding: 0;
}
However the menu still has same style, the default horizontal menu.
Been stuck for a while?
Can anyone crack this?
Thanks