Merge branch 'mastofe/system-font' into 'develop'

Mastodon frontend: Use system font

See merge request pleroma/pleroma!247
This commit is contained in:
kaniini 2018-08-16 15:38:59 +00:00
commit c004b6ea0a
1 changed files with 1 additions and 1 deletions

View 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>