misc,dep: 기본 글꼴을 Pretendard로 일괄 적용용

This commit is contained in:
2021-12-07 00:27:50 +09:00
parent c14f06615e
commit e8148ab4dc
59 changed files with 67 additions and 78 deletions
-1
View File
@@ -579,7 +579,6 @@ export default defineComponent({
.turn_pad {
white-space: nowrap;
font-weight: lighter;
background-color: rgba($base1color, 0.5);
}
+1 -1
View File
@@ -62,7 +62,7 @@ $(function ($) {
['custom', ['imageFlip']],
],
},
fontNames: ['맑은 고딕', 'Nanum Gothic', 'Nanum Myeongjo', 'Nanum Pen Script', '굴림', '굴림체', '바탕', '바탕체', '궁서', '궁서체'],
fontNames: ['Pretendard', '맑은 고딕', 'Nanum Gothic', 'Nanum Myeongjo', 'Nanum Pen Script', '굴림', '굴림체', '바탕', '바탕체', '궁서', '궁서체'],
fontSizes: ['8', '9', '10', '11', '12', '14', '16', '20', '24', '28', '32', '36', '40', '46', '52', '60'],
callbacks: {
onImageUpload: function (files) {