Make quill editors inherit global font stack

This commit is contained in:
Jamie Kyle 2024-02-22 09:50:19 -08:00 committed by GitHub
parent 252cb2bd2d
commit 7150f332dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,8 @@
// Override Quill styles
.ql-container {
// Inherit global font stack
font-family: inherit;
@include font-body-1;
}