Make quill editors inherit global font stack
This commit is contained in:
parent
252cb2bd2d
commit
7150f332dd
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…
Add table
Add a link
Reference in a new issue