Type: object
Attribute | Type | Description |
---|---|---|
status | string ("enabled" ) | The status of the preferences |
root_font_size | number | Font size of the root element |
use_for_font_sizes | boolean | Whether rem unit is used for font sizes |
use_for_measurements | boolean | Whether rem unit is used for measurements |
Example
{
"status": "enabled",
"root_font_size": 16,
"use_for_font_sizes": false,
"use_for_measurements": true
}