The situation I have is that I have to create a web version of a physical fashion magazine. The magazine cover has 5 different fonts with 5 different styles. Performance wise, should I use @font-face or should I “draw” the text with Javascript and HTML canvas?
EDIT: Web version is targeted for iPad, I’ll be build the web app and then use PhoneGap so I can submit the app to the App store.
Only assumptions can be made in regards to this answer because so much is dependant on:
Personally I’d stick with CSS for this, I like to separate my content (HTML), presentation (CSS) and logic (JavaScript) a guide only!