We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1875d57 commit 53de576Copy full SHA for 53de576
โsrc/assets/styles/base.scssโ
@@ -42,7 +42,7 @@ h3 {
42
font-family: '๋๋๋ช ์กฐ';
43
font-style: normal;
44
font-weight: 400;
45
- src: url('/fonts/NanumMyeongjoOTF00.woff2') format('woff2');
+ src: url('/fonts/NanumMyeongjo.woff2') format('woff2');
46
}
47
48
@font-face {
โsrc/components/Editor/Editor.module.scssโ
@@ -68,7 +68,7 @@
68
69
:global(.ql-editor) {
70
font-family: 'Noto Sans', sans-serif;
71
- font-size: 1.8rem;
+ @include font-18-regular;
72
73
74
:global(.ql-editor.font-๋๋๋ช ์กฐ) {
0 commit comments