From 817759f590e0dae61d080cb00151cc13081d567b Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 6 Jul 2020 15:45:30 +0100 Subject: [PATCH] Remove font scaling from labs --- config.sample.json | 1 - docs/labs.md | 5 ----- riot.im/develop/config.json | 1 - 3 files changed, 7 deletions(-) diff --git a/config.sample.json b/config.sample.json index 10e3afd0b9..73a5b9a979 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 09a8e0c95c..e47afa5690 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/riot.im/develop/config.json b/riot.im/develop/config.json index 908a12c892..87056544d2 100644 --- a/riot.im/develop/config.json +++ b/riot.im/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",