PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Change font family of HTML control on Android
Change font family of HTML control on Android
Iniciado por HECTOR, fev., 10 2017 11:57 AM - Sem resposta
Membro registado
26 mensagems
Publicado em fevereiro, 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