]> cat aescling's git repositories - mastodon.git/commitdiff
Fix font weight
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Jan 2017 22:34:40 +0000 (23:34 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Jan 2017 22:34:40 +0000 (23:34 +0100)
app/assets/stylesheets/components.scss

index f8f1b9d6c7944858bb01b0580669c8a2f266ff75..e3770a4ceea61f439b604c8b95743421312f0570 100644 (file)
   font-size: 15px;
   line-height: 20px;
   word-wrap: break-word;
-  font-weight: 300;
+  font-weight: 400;
   overflow: hidden;
   white-space: pre-wrap;
 
 
 .account__header__content {
   word-wrap: break-word;
-  font-weight: 300;
+  font-weight: 400;
   overflow: hidden;
 
   p {