I'm working with jQuery Mobile and I'm building my theme using ThemeRoller. I see that the default is set to be Helvetica, Arial, sans-serif
but instead of giving other options it allows me to write in my own. Is there a way to implement any font that I like or am I only restricted to web safe fonts? I assume that it would allow anything being CSS3 based but once again, I am stumped on how to implement.
Thanks!
You can specify your own font names, but if they're not web-safe fonts you'll have to include @font-face
rules separately.