diff options
author | kaniini <nenolod@gmail.com> | 2018-08-16 15:38:59 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2018-08-16 15:38:59 +0000 |
commit | c004b6ea0a172b3c2a27c40a114d7a67f6d63a9c (patch) | |
tree | 5bbae994925a47cd2cafbfa479a1c8e74613365b /lib | |
parent | 5fbb14f5ecbbd9feeed2a303c2619fbbba07d70e (diff) | |
parent | 835345754d31da32a8614d780ce8db8e99f1983d (diff) | |
download | pleroma-c004b6ea0a172b3c2a27c40a114d7a67f6d63a9c.tar.gz |
Merge branch 'mastofe/system-font' into 'develop'
Mastodon frontend: Use system font
See merge request pleroma/pleroma!247
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> |