녕지의 개발 블로그
Published 2022. 8. 4. 17:04
폰트 적용 Language/css

menubar.jsp css단에 @font-face 추가 후

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

html에 적용 하기 위에 html css 단에 font-family 속성 추가

font-family:'S-CoreDream-4Regular';
<!-- @font-face에서 설정한 font-family -->
profile

녕지의 개발 블로그

@녕지

주니어 개발자가 쓰는 IT에서 살아남기 . . .