From bcce240c18a5f665bc82804d5fae68b5a9438b46 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 1 Oct 2019 15:22:37 +0100 Subject: [PATCH] Bring styling of signup page header into line with the auth page header from 2a7cc4ff1 --- app/javascript/styles/mastodon/about.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index e71371a84..e8dedd009 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -658,6 +658,8 @@ $small-breakpoint: 960px; justify-content: center; align-items: center; padding: 50px; + font-family: $font-display, sans-serif; + font-weight: bold; svg { fill: $primary-text-color;