logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: c004b6ea0a172b3c2a27c40a114d7a67f6d63a9c
parent: 5fbb14f5ecbbd9feeed2a303c2619fbbba07d70e
Author: kaniini <nenolod@gmail.com>
Date:   Thu, 16 Aug 2018 15:38:59 +0000

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

Mastodon frontend: Use system font

See merge request pleroma/pleroma!247

Diffstat:

Mlib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>