PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Change font family of HTML control on Android
Change font family of HTML control on Android
Débuté par HECTOR, 10 fév. 2017 11:57 - Aucune réponse
Membre enregistré
26 messages
Posté le 10 février 2017 - 11:57
Hello, I want to change the font of a text in a HTML Control, I tried serveral ways that succeeed in the simulator and fail on a live android machine.

For example:

<HTML>
<BODY>
<font face="consolas">
<br>asdfasdf
<br><u>parragraph</u>
</font>
</BODY>





asdfasdf

parragraph