인프런 커뮤니티 질문&답변
답변 2
0
0
코딩웍스(Coding Works)
지식공유자
눈누폰트 들어사시면 웹폰트 사용하실 수 있습니다.
눈누폰트 들어가셔서 '나눔고딕'이라고 검색하세요.
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
font-family: 'Nanum Gothic', sans-serif;
}
답변 2
0
0
눈누폰트 들어사시면 웹폰트 사용하실 수 있습니다.
눈누폰트 들어가셔서 '나눔고딕'이라고 검색하세요.
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
font-family: 'Nanum Gothic', sans-serif;
}