B

Bilingual S

Member

Last active 3 years ago

  1. 3 years ago
    Tue Mar 9 10:56:40 2021
    B Bilingual S started the conversation Scale fonts.

    Hello,

    Purpose: Have a font scaler

    Method:
    I have added a "font scaler" on an overlay to increase and decrease font size. I am using a textbox with "run javascript" with the following:

    $("body").animate({'font-size': '-=5'});

    Problem:
    This works perfectly, BUT, the text box does not retain the font change when you change page. I have tried using the class "SCText" with the same result. Is there a way to keep the font change across pages?