css 파일에다 설정하는
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
방법보다
<head> ~~~ </head> 에 link를 이용하여 웹폰트를 적용하는 것을 권장합니다
<html>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<style>
body {
font-family: 'Nanum Gothic', sans-serif;
font-size: 13x;
}
</style>
vnote
http://makebct.net/%EA%B5%AC%EA%B8%80%EC%9B%B9%ED%8F%B0%ED%8A%B8-%EB%B6%88%EB%9F%AC%EC%98%A4%EA%B8%B0/?cat=148/
이 댓글을
https://brunch.co.kr/@forchoon/221
여기어때 잘난체
이 댓글을