forked from AkkomaGang/akkoma
Merge branch 'mastofe/system-font' into 'develop'
Mastodon frontend: Use system font See merge request pleroma/pleroma!247
This commit is contained in:
commit
c004b6ea0a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue