Enabled rem Preferences

Type: object

AttributeTypeDescription
statusstring ("enabled")The status of the preferences
root_font_sizenumberFont size of the root element
use_for_font_sizesbooleanWhether rem unit is used for font sizes
use_for_measurementsbooleanWhether rem unit is used for measurements

Example

{
  "status": "enabled",
  "root_font_size": 16,
  "use_for_font_sizes": false,
  "use_for_measurements": true
}