FE/CSS

[ CSS ] 나눔고딕

HEON.D 2021. 4. 30. 10:00
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
    font-family: "Nanum Gothic", sans-serif;
}

 

저작자표시 비영리 변경금지 (새창열림)