From: Eugen Rochko Date: Thu, 26 Jan 2017 22:34:40 +0000 (+0100) Subject: Fix font weight X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f8bd44a747c05fbc1567091d47c824db8c73cf00;p=mastodon.git Fix font weight --- diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index f8f1b9d6c..e3770a4ce 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -102,7 +102,7 @@ font-size: 15px; line-height: 20px; word-wrap: break-word; - font-weight: 300; + font-weight: 400; overflow: hidden; white-space: pre-wrap; @@ -177,7 +177,7 @@ .account__header__content { word-wrap: break-word; - font-weight: 300; + font-weight: 400; overflow: hidden; p {