Use font with mobile browser
in
Processing with Other Languages
•
5 months ago
I've an application with external font.
It works when i export for web but only on desktop browser. When i try to read my application on mobile device (iphone/ipad, on safari/chrome) all font are broken and it's a default font which take place.
I use
- /* @pjs pauseOnBlur=true
- transparent=true
- font='AlegreSans-48.vlw,Alegre Sans.ttf' */
- fontAlgr = loadFont("Alegre Sans");
Any idea? I dont find anything on web :(
1