Is there a way to use something like the css font-family feature on text objects?
I would like to set a list of fonts to use as a fall back if the preferred one is not present. I want to use the system font which is different for each platform, Segoe UI for Windows, Helvetica Neue Ultra Light on iOS, etc. I don't want to use agent string detection since it doesn't always work and I don't want to use web fonts since the system fonts are usually copyrighted.
Font-family would be perfect.