I have the following html code [settings.html]
<ion-item>
<ion-range min="1" max="4" step="1" snaps="true" [(ngModel)]="saturation" color="grey">
<ion-label range-left style="font-size: 12px;">A</ion-label>
<ion-label range-right style="font-size: 20px;">A</ion-label>
</ion-range>
</ion-item>
How do I change the font size of all pages dynamically in the settings.ts file by dragging the range?