diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-07-03 17:26:04 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-07-03 17:26:47 +0200 |
commit | 835345754d31da32a8614d780ce8db8e99f1983d (patch) | |
tree | 5971c79195f56b04ad4c2dcc98fbf86e84ba11bc /lib | |
parent | d386e8a8253aecbd7a8f951f4624cc4943280125 (diff) | |
download | pleroma-835345754d31da32a8614d780ce8db8e99f1983d.tar.gz |
/web/* template: Add class system-font
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex index 6a00b9e2c..0862412ea 100644 --- a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex +++ b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex @@ -19,7 +19,7 @@ <script id='initial-state' type='application/json'><%= raw @initial_state %></script> <script src="/packs/application.js"></script> </head> -<body class='app-body no-reduce-motion'> +<body class='app-body no-reduce-motion system-font'> <div class='app-holder' data-props='{"locale":"en"}' id='mastodon'> </div> </body> |