Skip to content

Commit b8f0fd1

Browse files
committed
🎨 style: ql-editor에 기본 폰트 및 크기 추가
1 parent 2a36cbc commit b8f0fd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Editor/Editor.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
}
6767
}
6868

69+
:global(.ql-editor) {
70+
font-family: 'Noto Sans', sans-serif;
71+
font-size: 1.8rem;
72+
}
73+
6974
:global(.ql-editor.font-나눔명조) {
7075
font-family: '나눔명조', serif;
7176
}

0 commit comments

Comments
 (0)