56 lines
1.1 KiB
CSS
56 lines
1.1 KiB
CSS
/* 나눔고딕 */
|
|
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
|
|
|
|
@font-face {
|
|
font-family: 'D2Coding';
|
|
src: url('/font/D2Coding-Ver1.3.2-20180524-all.ttc') format('ttc');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Consolas';
|
|
src: url('/font/Consolas.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* 툴바에서 선택 가능한 폰트 및 크기 스타일 */
|
|
.ql-font-nanum-gothic {
|
|
font-family: 'Nanum Gothic', sans-serif;
|
|
}
|
|
.ql-font-d2coding {
|
|
font-family: 'D2Coding', monospace;
|
|
}
|
|
.ql-font-consolas {
|
|
font-family: 'Consolas', monospace;
|
|
}
|
|
.ql-font-serif {
|
|
font-family: 'Georgia', serif;
|
|
}
|
|
.ql-font-monospace {
|
|
font-family: 'Monospace', monospace;
|
|
}
|
|
|
|
/* 폰트 크기 스타일 */
|
|
.ql-size-12px {
|
|
font-size: 12px;
|
|
}
|
|
.ql-size-14px {
|
|
font-size: 14px;
|
|
}
|
|
.ql-size-16px {
|
|
font-size: 16px;
|
|
}
|
|
.ql-size-18px {
|
|
font-size: 18px;
|
|
}
|
|
.ql-size-24px {
|
|
font-size: 24px;
|
|
}
|
|
.ql-size-32px {
|
|
font-size: 32px;
|
|
}
|
|
.ql-size-48px {
|
|
font-size: 48px;
|
|
} |