From 58bf82186c83b67a0ce11aa11463a12f0419cb0e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Apr 2020 13:17:20 -0600 Subject: [PATCH] Revert "Revert "Add font scaling labs setting."" --- config.sample.json | 1 + docs/labs.md | 5 +++++ riot.im/develop/config.json | 1 + 3 files changed, 7 insertions(+) diff --git a/config.sample.json b/config.sample.json index 87fc63de03..360a47a7f4 100644 --- a/config.sample.json +++ b/config.sample.json @@ -26,6 +26,7 @@ "defaultCountryCode": "GB", "showLabsSettings": false, "features": { + "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 2666cdeff4..dcacea76be 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -7,6 +7,11 @@ to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in **Be warned! Labs features are not finalised, they may be fragile, they may change, they may be dropped. Ask in the room if you are unclear about any details here.** +## 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 be3acfa9d9..ef879bb5e1 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -13,6 +13,7 @@ "hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { + "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs",