I have a quick question regarding font fallbacks for a multilingual setup.
I am currently in the process of creating a CMS based application that will target 20 separate languages including Hind, Urdu, Chinese (multiple versions) and Japanese.
My thinking was that I could use some nice typefaces for all latin character set languages then have the Hindi, Urdu etc. languages revert to the system default serif or sans-serif for that language using a CSS font stack like....
p { font-family: nicetype, helvetica, arial, sans-serif; }
The application will be run on local machines (Mac Mini's with latest OSX) and from iPad's internally so there will be nop need to consider a wider audience other than the Mac Minis and iPads running on the internal network that will access this app.
Would I be right in saying that this font-stack should cut it?