무료 사용 가능한 한글 구글웹폰트

http://www.google.com/fonts/earlyaccess 에서 지원하는 한글 웹폰트를 소개합니다.

 

실제 출력되는 모습은 메이크비씨티 데모사이트에서 확인하세요.

http://makebct.cafe24.com/?p=194

 

 

 

나눔고딕

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
font-family: 'Nanum Gothic', serif;

 

 

 

나눔명조

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
font-family: 'Nanum Myeongjo', serif;

 

 

 

나눔고딕코딩

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
font-family: 'Nanum Gothic Coding', serif;

 

 

 

나눔손글씨 붓

@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
font-family: 'Nanum Brush Script', serif;

 

 

 

나눔손글씨 펜

@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
font-family: 'Nanum Pen Script', serif;

 

 

 

제주고딕

@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
font-family: 'Jeju Gothic', serif;

 

 

 

제주한라산

@import url(http://fonts.googleapis.com/earlyaccess/jejuhallasan.css);
font-family: 'Jeju Hallasan', serif;

 

 

 

제주명조

@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
font-family: 'Jeju Myeongjo', serif;

 

 

 

한나체

@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);
font-family: 'Hanna', serif;

 

 

 

KoPub 바탕

@import url(http://fonts.googleapis.com/earlyaccess/kopubbatang.css);
font-family: 'KoPub Batang', serif;

 

 

zpost_14img13

본고딕 예제: http://makebct.cafe24.com/archives/631?cat=90

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
font-family: 'Noto Sans KR', sans-serif;

 

 

 

 

 

11 Responses

    1. style.css 와 같은 스타일시트파일 상단에
      @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
      를 작성해 해당 폰트를 불러들입니다.

      폰트가 적용되어야 할 부분에 font-family: ‘Nanum Gothic’, serif;를 작성하시던가,
      이미 적용되어 있는 font-family에 ‘Nanum Gothic’을 추가해주면 됩니다.

      먼저 작성된 폰트를 먼저 출력시키므로 ‘Nanum Gothic’을 다른 폰트보다 앞에 작성해 주시면 됩니다.

    1. style.css 와 같은 스타일시트파일 상단에
      @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
      를 작성해 해당 폰트를 불러들입니다.

      폰트가 적용되어야 할 부분에 font-family: ‘Nanum Gothic’, serif;를 작성하시던가,
      이미 적용되어 있는 font-family에 ‘Nanum Gothic’을 추가해주면 됩니다.

      먼저 작성된 폰트를 먼저 출력시키므로 ‘Nanum Gothic’을 다른 폰트보다 앞에 작성해 주시면 됩니다.

Leave a Reply

Your email address will not be published. Required fields are marked *

인기 글

Ubuntu 22.04 LTS에 Python 3.8 or 3.9 설치 방법
서버 : Vultr 클라우드OS: Ubuntu 22.04 LTS사용자 계정 생성하여 설치 진행함1. Start with the system updatesudo apt update...
오라클 클라우드 OCI 가입 드디어 성공 했습니다 (상세 후기)
2023년 2월 16일에 ‘오라클 클라우드 지급 검증 실패 글‘을 남긴 적이 있습니다.그 때 검색을 통해 해결 방법을 찾아 보았고, 당시 성공했던 분들의...
워드프레스 홈페이지를 HTML 파일로 변환하는 방법
이전에 워드프레스 홈페이지를 HTML로 변한할 수 있는지 요청이 왔을 때 Simply Static 플러그인으로 워드프레스 홈페이지를 HTML로 변환하는 방법을 테스트한 적이 있습니다....
Ubuntu 20.04에 MySQL 5.7 설치
비씨티원 인공지능 서비스 플랫폼 BAP(Bctone AI service Platform)의 설치 환경은 공식적으로 Ubuntu 18.04와 MySQL 버전 5.7 입니다. 최근 Ubuntu...
워드프레스에서 글 수정 후 구글 검색에 반영되기까지 걸리는 시간
다음과 같이 워드프레스 글 제목이  BCT0002: LEVEL 4으로 작성된 워드프레스 글이 있습니다.위 글은 다음과 같이 구글 검색에 색인되어 있습니다.최근 워드프레스 SEO...