about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/dashboard.scss
diff options
context:
space:
mode:
authorMinku Lee <premist@me.com>2018-09-24 03:41:24 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-09-23 20:41:24 +0200
commitd0d65b5a2899546c4134d1fca60aef2c23c4932d (patch)
tree27511f6ba4019289269d4aaaa3dfee2c96e6d74f /app/javascript/styles/mastodon/dashboard.scss
parentef1134728145c6dcf094e7a0a16a8d63f70aed6c (diff)
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'.
Diffstat (limited to 'app/javascript/styles/mastodon/dashboard.scss')
-rw-r--r--app/javascript/styles/mastodon/dashboard.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/dashboard.scss b/app/javascript/styles/mastodon/dashboard.scss
index 949ca733f..86cf6c61b 100644
--- a/app/javascript/styles/mastodon/dashboard.scss
+++ b/app/javascript/styles/mastodon/dashboard.scss
@@ -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;
   }