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

View File

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