Using Standard Mac Font
I'm trying to use a font that's on my Mac in my stylesheet by using this code:
.styleccursive2 {
font-family: "Noteworthy";
font-size: 22px;
color: #242424;
text-align: left;
font-weight: lighter;
letter-spacing: -0.5px;
word-spacing: 2px;
line-height: 20pt;
}
But when I test it in my template, the font is shown as Cursive Arial

I made sure I uploaded my edited style sheet before testing it.
Am I don't something wrong?
Thanks
Alan
