Browse Source

Merge pull request #14355 from vector-im/joriks/delabs-font-scaling

Remove font scaling from labs
Jorik Schellekens 5 years ago
parent
commit
219a190e96
3 changed files with 0 additions and 7 deletions
  1. 0 1
      config.sample.json
  2. 0 5
      docs/labs.md
  3. 0 1
      riot.im/develop/config.json

+ 0 - 1
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",

+ 0 - 5
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

+ 0 - 1
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",