MEMO
무료 웹폰트 추천 적용 방법

css 파일에다 설정하는

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

 

방법보다

<head> ~~~ </head> 에 link를 이용하여 웹폰트를 적용하는 것을 권장합니다

 

<html>

<head>

<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>

</head>
<body>
<h4> 나눔고딕</h4>
<p> 무료 웹폰트 추천 적용 방법</p>
</body>
</html>

이 게시물을

댓글'2'
VNote (작성자)
  • 2018.11.20
  • 수정: 2018.11.21 15:48:10

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/

이 댓글을

VNote (작성자)
  • 2018.12.01
  • 수정: 2018.12.01 18:26:25

https://brunch.co.kr/@forchoon/221

 

여기어때 잘난체

이 댓글을

공유하기

SEARCH

MENU NAVIGATION