What is font: MyCustomFont? Wrong css.
Must be:
font-family: MyCustomFont;
'font' is short hand property. You must use this for shorthand.
font: [font-weight] [font-style] [font-variant] [font-size/line-height] [font-family];
/* font: MyCustomFont is wrong */
Reputation Points: 120
Solved Threads: 134
Practically a Master Poster
Offline 620 posts
since Jan 2009