Before you ask please READ THIS

Set this item as plain text (will not be a link)

Set this item as plain text (will not be a link)
When I click the radio box it change also the font
Is it possible to keep the font?

regards

Comments

  • AirAir
    Posts: 10,970
    Hey:-)

    Please stop posting your license key in every topic, unless you want it to be stolen. This public forum.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hey :-)

    You have set the custom font with some CSS. However, your CSS is not complete, that is why you have a mixed result.

    Your current CSS for the custom font is:
    body{
    	font-family: 'museo' !important;
    }
    a{
    	font-family: 'museo' !important;
    }
    Change it to:
    body{
    	font-family: 'museo' !important;
    }
    .top-menu li a, .top-menu li span.title{
    	font-family: 'museo' !important;
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion