Hi
I have seen https://getsatisfaction.com/apperyio/...
I have uploaded my ttf file. I have added....
@font-face {
font-family: Gotham-Book;
src: url('../font/Gotham-Book.ttf');
}
to my css file. I shows a warning on this line src: url('../font/Gotham-Book.ttf'); saying "Fontface declaration doe not follow the fontspring bulletproof syntax"
Is there anything else I need to do?
Thanks