Removing Font Setting

I have the same problem. The default font is really hard to read. Especially on the phone.
Please bring back a way to change the font.

In the mean time, you can use the web interface under Chrome or Firefox.

  • Install the Stylish add-on/extension
  • Create your own, or use the Mattermost - Sub-comment theme
  • Edit it, add this to the CSS:
.app__body.font--open_sans { 
    font-family: 'Dejavu Sans Mono', sans-serif;
}
  • replace Dejavu Sans Mono with the name of the font you want
  • click Save (I missed it, and kept thinking I was doing the CSS wrong (save is on the upper left instead of the bottom right))