makeBCT

#AI #OpenAI #Chatbot #Cloud #WordPress

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

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;

 

 

 

 

 

14 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’을 다른 폰트보다 앞에 작성해 주시면 됩니다.

  1. 위 방식으로 해서 나오려면 보는 사람 pc에 해당 폰트가 설치 되어있어야 나오는거죠?
    제 pc에 설치된 폰트만 제대로 나오고 설치되지 않은 폰트는 제대로 안나오는데요?

    1. 시스템폰트가 아닌 ‘한글 구글웹폰트’ 소개입니다.

      아마 웹폰트 적용을 잘 못 하셨거나, 구글 크롬에서 확인하시는 경우 브라우저에 저장된 임시파일 갱신이 되지 않아 보이지 않는 현상일 수 있습니다.

      크롬 설정에서 임시파일을 삭제 하신 후 다시 확인하시거나 파이어폭스와 같은 다른 브라우저에서 확인해 보시기 바랍니다.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

인기 글

Ubuntu 22.04 LTS에 Python 3.8 or 3.9 설치 방법
서버 : Vultr 클라우드OS: Ubuntu 22.04 LTS사용자 계정 생성하여 설치 진행함 1. Start with the system update sudo apt update...
사용자 작성 모듈 import 시 에러)(ModuleNotFoundError: No module named
파이썬 모듈을 만들고 테스트 할 때 ModuleNotFoundError: No module named 에러가 발생한 경우 원인 파이썬은 모듈을 불러올 때 모듈 설치 경로와 자신의...
AWS 인스턴스 유형 변경 방법
AWS 인스턴스 유형을 변경하기 위한 방법에는 다음 2가지가 있습니다.   1. 첫 번째 방법 AMI 이미지 생성 후 해당 이미지를 복원하여 신규 EC2 인스턴스를 생성하는...
Ubuntu 20.04에 MySQL 5.7 설치
비씨티원 인공지능 서비스 플랫폼 BAP(Bctone AI service Platform)의 설치 환경은 공식적으로 Ubuntu 18.04와 MySQL 버전 5.7 입니다. 최근 Ubuntu...
WSL2/Ubuntu 22.04 LTS에 Anaconda 설치 
WSL2/Ubuntu 환경에서 Python 버전별로 가상환경을 만드는 방법 중 그나마 Anaconda 방법이 좋은 것 같네요. 설치 방법은 간단합니다. 1. apt update 사용자...