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
eff39fb5d4
commit
ffc6fb1519
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
||||||
|
|
||||||
// Override Quill styles
|
// Override Quill styles
|
||||||
.ql-container {
|
.ql-container {
|
||||||
|
// Inherit global font stack
|
||||||
|
font-family: inherit;
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue