Change the font size

I want to change the font size on desktop and mobile, but if I use the font style it will be the same, what is the best solution?

Hi, @Kaori_Matsui !!

Hello. Based on the behavior of your site, I believe it was created using the Wix Studio editor. Currently, on the desktop version, the font size appears to change responsively depending on the browser size. This is likely because the text elements on your site have font sizes set with values like 16*px.

If you want the font size to remain the same regardless of browser size, you need to set it to a fixed value like 16px.

I also checked the mobile version of your site, and the font size appears to be appropriate for a mobile layout. However, if you wish to adjust the font size, you can do so by opening the mobile breakpoint (click the smartphone icon at the top of the editor to switch). Then, modify the font size of each text element to your desired value.

If you want the font size to adjust slightly based on screen size, use values like 16*px. If you prefer a fixed font size across all screen sizes, set it to a specific value like 16px. :smiling_face_with_halo: