PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Change font family of HTML control on Android
Change font family of HTML control on Android
Started by HECTOR, Feb., 10 2017 11:57 AM - No answer
Registered member
26 messages
Posted on February, 10 2017 - 11:57 AM
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