Make quill editors inherit global font stack
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
b1217fcb06
commit
eb177faa81
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
|||
|
||||
// Override Quill styles
|
||||
.ql-container {
|
||||
// Inherit global font stack
|
||||
font-family: inherit;
|
||||
@include font-body-1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue