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:
@ -90,7 +90,7 @@
|
||||
}
|
||||
|
||||
samp {
|
||||
font-family: 'mastodon-font-monospace', monospace;
|
||||
font-family: $font-monospace, monospace;
|
||||
}
|
||||
|
||||
button.table-action-link {
|
||||
|
Reference in New Issue
Block a user