에티테마

2.구글 웹폰트 다운로드 하여 적용해보기

페이지 정보

작성자 소프트존 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 작성일 19-03-20 20:59

첨부파일

  • font2.zip
    (1.4K) 0회 다운로드 | DATE : 2019-03-20 20:59:18
유튜브출처 : https://www.youtube.com/watch?v=djopDyyZsMc

본문

구글웹폰트 팁영상은 실수로 인하여 목소리가 좀 작습니다. ^^

이번 팁영상은 구글 웹폰트를 다운로드 해서 적용해 보도록 하겠습니다.

자신의 블로그나 홈페이지에 바로바로 폰트를 적용할 수 있겠습니다.


[웹폰트 다운로드 주소]

https://google-webfonts-helper.herokuapp.com/fonts


[데모페이지]

http://ety.asia/test/fonts_icons/font2.html



 

<!DOCTYPE html>

<html lang="ko">

  <head>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <meta charset="utf-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>http://ETY.ASIA - 에티아시아</title>


<style>

/* nanum-gothic-regular - korean_latin */

@font-face {

  font-family: 'Nanum Gothic';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/nanum-gothic-v13-korean_latin-regular.eot'); /* IE9 Compat Modes */

  src: local('NanumGothic'),

   url('../fonts/nanum-gothic-v13-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

   url('../fonts/nanum-gothic-v13-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-regular.woff') format('woff'), /* Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */

   url('../fonts/nanum-gothic-v13-korean_latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */

}

/* nanum-gothic-700 - korean_latin */

@font-face {

  font-family: 'Nanum Gothic';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/nanum-gothic-v13-korean_latin-700.eot'); /* IE9 Compat Modes */

  src: local('NanumGothic Bold'), local('NanumGothic-Bold'),

   url('../fonts/nanum-gothic-v13-korean_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

   url('../fonts/nanum-gothic-v13-korean_latin-700.woff2') format('woff2'), /* Super Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-700.woff') format('woff'), /* Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */

   url('../fonts/nanum-gothic-v13-korean_latin-700.svg#NanumGothic') format('svg'); /* Legacy iOS */

}

/* nanum-gothic-800 - korean_latin */

@font-face {

  font-family: 'Nanum Gothic';

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/nanum-gothic-v13-korean_latin-800.eot'); /* IE9 Compat Modes */

  src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),

   url('../fonts/nanum-gothic-v13-korean_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

   url('../fonts/nanum-gothic-v13-korean_latin-800.woff2') format('woff2'), /* Super Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-800.woff') format('woff'), /* Modern Browsers */

   url('../fonts/nanum-gothic-v13-korean_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */

   url('../fonts/nanum-gothic-v13-korean_latin-800.svg#NanumGothic') format('svg'); /* Legacy iOS */

}


.ko { 

  font-family: 'Nanum Gothic';

  font-style: normal;

  font-weight: 400;

  line-height: 1.5;

}

</style>

  </head>


  <body>

<p class="ko">

마틴은 1991년에 소설을 쓰기 시작하였고 첫 번째 작품은 1996년에 발간되었다. 원래 계획은 3부작이었으나, 현재는 5부이며(5부는 2011년 7월 12일에 발간) 두 개의 작품이 더 나올 계획이다. 또한 세 개의 속편과 주작품에서 발췌된 내용으로 이루어진 시리즈도 몇 개 예정돼 있다. 이들 중 하나는 휴고상을 수상했다. '얼음과 불의 노래' 시리즈는 20여개의 언어로 번역되었고 4부는 뉴욕타임즈 베스트셀러 리스트에서 1위를 하였다. 전체적으로, '얼음과 불의 노래' 시리즈는 미국에서 6백만부 이상이 발간되었고, 세계적으로 1500만부 이상 판매되었다. 국내에서는 '은행나무' 출판사가 번역, 출간을 맡았으나 오역 논란 등으로 재발간이 이루어지기도 했다.

</p>




<div>

<a href="http://ety.asia" target="_blank">에티아시아</a>

</div>


  </body>

</html>


  • 트위터로 보내기
  • 페이스북으로 보내기
  • 구글플러스로 보내기

댓글목록

등록된 댓글이 없습니다.