0
0
Fork 0

Separate font-family into variable (#8763)

This will allow easier customization of font family instead of going
through all occurrences of 'mastodon-font-sans-serif'.
This commit is contained in:
Minku Lee 2018-09-24 03:41:24 +09:00 committed by Eugen Rochko
parent ef11347281
commit d0d65b5a28
10 changed files with 42 additions and 38 deletions

View file

@ -37,7 +37,7 @@
outline: 0;
padding: 12px 16px;
line-height: 32px;
font-family: 'mastodon-font-display', sans-serif;
font-family: $font-display, sans-serif;
font-weight: 500;
font-size: 14px;
}
@ -627,7 +627,7 @@
font-size: 18px;
margin-bottom: 5px;
color: $primary-text-color;
font-family: 'mastodon-font-display', sans-serif;
font-family: $font-display, sans-serif;
}
}