Merge branch 'mastofe/system-font' into 'develop'
authorkaniini <nenolod@gmail.com>
Thu, 16 Aug 2018 15:38:59 +0000 (15:38 +0000)
committerkaniini <nenolod@gmail.com>
Thu, 16 Aug 2018 15:38:59 +0000 (15:38 +0000)
Mastodon frontend: Use system font

See merge request pleroma/pleroma!247

lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex

index 6a00b9e2c9465faa32269c4886d35e281fa1d187..0862412ea42436ab00b53617e85f126d2874d9cf 100644 (file)
@@ -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>