diff --git a/config.sample.json b/config.sample.json index dffbb1f8fc..2aab3ea518 100644 --- a/config.sample.json +++ b/config.sample.json @@ -27,7 +27,6 @@ "showLabsSettings": false, "features": { "feature_new_spinner": "labs", - "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", diff --git a/docs/labs.md b/docs/labs.md index 34e30264f4..4a7ba2c427 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -11,11 +11,6 @@ dropped. Ask in the room if you are unclear about any details here.** Replaces the old spinner image with a new, svg-based one featuring a sleeker design. -## Font scaling (`feature_font_scaling`) - -Enables font scaling options for accessibility. To alter the scale check the -appearance tab in settings. - ## Message pinning (`feature_pinning`) Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 7c49385981..282cfde123 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -14,7 +14,6 @@ "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { "feature_new_spinner": "labs", - "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs",