17 lines
414 B
CSS
17 lines
414 B
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;
|
|
}
|