aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-07-03 17:26:04 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-07-03 17:26:47 +0200
commit835345754d31da32a8614d780ce8db8e99f1983d (patch)
tree5971c79195f56b04ad4c2dcc98fbf86e84ba11bc /lib
parentd386e8a8253aecbd7a8f951f4624cc4943280125 (diff)
downloadpleroma-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.eex2
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='{&quot;locale&quot;:&quot;en&quot;}' id='mastodon'>
</div>
</body>