[Glitch] Separate font-family into variable

Port d0d65b5a28 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-10-01 13:13:58 +02:00
parent 24d05c7a50
commit 36d426cec9
8 changed files with 39 additions and 35 deletions

View File

@@ -35,7 +35,7 @@
font-weight: 500;
font-size: 24px;
color: $primary-text-color;
font-family: 'mastodon-font-display', sans-serif;
font-family: $font-display, sans-serif;
margin-bottom: 20px;
}