I want to use a particular font in my CSS pages (Copperplate Gothic Light) to apply to my web pages, but when I set it nothing happens (I get Times New Roman):
td.datetime {font-family: CopperplateGothicLight;
font-size:10;
background-color: #000000;
color: white}
Is there anything extra I need to do to use this particular font?
Thanks,
lfc77
td.datetime {font-family: CopperplateGothicLight;
font-size:10;
background-color: #000000;
color: white}
Is there anything extra I need to do to use this particular font?
Thanks,
lfc77