PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19: How to globally change default font?
WB19: How to globally change default font?
Iniciado por guest, 28,abr. 2015 13:59 - 2 respuestas
Publicado el 28,abril 2015 - 13:59
Is there a way to globally change the default font for a site?
Do the stylesheets work hierarchically so that I can change the base font in one place and it cascades through all the styles?
Where is the best tutorial on how to manage styles etc?

I would appreciate any guidance on how to do this as I think I must be missing something.

Many Thanks,
Michael
Publicado el 28,abril 2015 - 14:37
Hi Michael,

As far as I know you have to change the police of your global Style Sheet for every element where you want a different font. Yes this is CSS in the background but if the style you defined in your site are overloading the font for many elements, you will have many styles to change manually. It depends how you made your site and make use of styles.

I do not know of an automated way to change all styles at once.

Best regards,
Alexandre Leclerc
Publicado el 28,abril 2015 - 14:49
Hi Alexandre,

I have not overloaded anything yet. I was simply hoping to be able to change the font for everything in one place. After all we are supposed to be using "cascading" style sheets so I would expect there to be some way of having a style setting cascade through the styles.

If I have to change each style manually this seems like a very clumsy and laborious way of doing it.

Thanks,

Michael