• I amd trying to get my title for my website http://www.herpinkjersy.com to change to a cursive font… i want to make it the cursive font “New York, Times, Cursive” but i tried serveal times and it does not change to cursive.. the segment of the code is

    #title a {
    font-family: New York, Times;
    font-size: 120px;
    color: #FF3E96;
    line-height: 90px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am not sure, try this:
    font-family: ‘New York’, ‘Times’, Cursive;

    This should work:

    #title.aligncenter h1 a {
    	font-family: cursive, Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important;
    	font-size: 120px;
    	color: #FF3E96;
    	line-height: 1em;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘font editing’ is closed to new replies.