mastodon/app/controllers/settings
Damien Erambert 18d3fa953b Add a setting allowing the use of system's default font in Web UI (#4033)
* add a system_font_ui setting on the server

* Plug the system_font_ui on the front-end

* add EN/FR locales for the new setting

* put Roboto after all other fonts

* remove trailing whitespace so CodeClimate is happy

* fix user_spec.rb

* correctly write user_spect this time

* slightly better way of adding the classes

* add comments to the system-font stack for clarification

* use .system-font for the class instead

* don't use multiple lines for comments

* remove trailing whitespace

* use the classnames module for consistency

* use `mastodon-font-sans-serif` instead of Roboto directly
2017-07-06 22:39:56 +02:00
..
exports Remove exports/base controller in favor of shared concern (#3444) 2017-05-30 19:06:01 +02:00
two_factor_authentication 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
deletes_controller.rb setting-for-account-deletable (#3852) 2017-06-19 15:12:31 +02:00
exports_controller.rb Settings export refactor (#1646) 2017-04-13 13:02:02 +02:00
follower_domains_controller.rb change sidekiq queueing to bulk push (#3536) 2017-06-04 00:11:15 +02:00
imports_controller.rb Simplify render in controllers (#2144) 2017-04-19 15:37:42 +02:00
preferences_controller.rb Add a setting allowing the use of system's default font in Web UI (#4033) 2017-07-06 22:39:56 +02:00
profiles_controller.rb Simplify render in controllers (#2144) 2017-04-19 15:37:42 +02:00
two_factor_authentications_controller.rb Fix #3910 - Require OTP authentication to disable 2FA (#3935) 2017-06-25 23:51:46 +02:00