Closed jakedcolbert closed 1 year ago
In mainFeatures, there are two settings for the minimum and maximum text size: text-size-min, text-size-max
This is done via a slider that sets a variable in stores.js. The range for the slider is obtained from text-size-min and text-size-max in the config.js file. If the entries are not present in the file, then default values of 10 and 60 are used for the range.
Completed with https://github.com/sillsdev/appbuilder-pwa/pull/115