Solved
How can i change my font size to responsive
Hi,
i am trying to change my font size to responsive, so that it will be able to view the complete text in any devices.
For example,


Thanks in advance 😀
Hi,
i am trying to change my font size to responsive, so that it will be able to view the complete text in any devices.
For example,


Thanks in advance 😀
Hello Benchan,
I have tested this solution with StyleSheet :
https://www.w3schools.com/howto/howto_css_responsive_text.asp
It seems works fine.
Please find attached an example Project.
More details about this example :
.label_font_size_responsive {
font-size:10vw;
}
Best regards,
Samuel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.