• Resolved neilcg

    (@neilcg)


    Hi

    I would like all my pages to show using the font helvetica.

    I am not sure how to change my styleshhet to accomplish this.

    Under pages, I found this:

    body {
    	font: 12px/170% Arial, "Helvetica", sans-serif ;
    	text-align: center;
    	background-color: #666666;
    	background-image: url(images/5fade.png);
    	background-repeat: repeat-x;
    	padding: 0px;
    	margin: 0px;

    As you can see I put helvetica in quotes but that did not work.

    Any help would be appreciated.

    Many Thanks

    Neil

Viewing 2 replies - 1 through 2 (of 2 total)
  • body {
    	font: 12px/170% Helvetica, Arial, sans-serif ;
    	text-align: center;
    	background-color: #666666;
    	background-image: url(images/5fade.png);
    	background-repeat: repeat-x;
    	padding: 0;
    	margin: 0;
    }
    Thread Starter neilcg

    (@neilcg)

    Esmi

    How simple is it when you know how.

    Thank you for taking the time to help, very much appreciated.

    Neil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with fonts please’ is closed to new replies.