본문 바로가기
CSS

한글 구글웹폰트

by 씨엔아이소프트 2021. 2. 5.
반응형

구글웹폰트 정리

 

 

나눔바른고딕 Noto Sans KR
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
font-family: 'Noto Sans KR', sans-serif;

 

 

나눔고딕 Nanum Gothic
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
font-family: 'Nanum Gothic', sans-serif;

 

 

나눔명조 Nanum Myeongjo
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
font-family: 'Nanum Myeongjo', serif;

 

 

도현체 Do Hyeon
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
font-family: 'Do Hyeon', sans-serif;

 

 

고딕A1  Gothic A1

@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
font-family: 'Gothic A1', sans-serif;

 

 

나눔 펜 Nanum Pen Script
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
font-family: 'Nanum Pen Script', cursive;

 

 

나눔고딕 코딩 Nanum Gothic Coding
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap');
font-family: 'Nanum Gothic Coding', monospace;

 

 

Noto Serif KR
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
font-family: 'Noto Serif KR', serif;

 

 

블랙 한산  Black Han Sans
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
font-family: 'Black Han Sans', sans-serif;

 

 

나눔브러쉬 Nanum Brush Script
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
font-family: 'Nanum Brush Script', cursive;

 

 

썬플라워  Sunflower
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&display=swap');
font-family: 'Sunflower', sans-serif;

 

 

주아체 Jua
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
font-family: 'Jua', sans-serif;

 

 

구기체 Gugi
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap');
font-family: 'Gugi', cursive;

 

 

개구체 Gaegu
@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300;400;700&display=swap');
font-family: 'Gaegu', cursive;

 

 

하이멜로디 Hi Melody
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');
font-family: 'Hi Melody', cursive;

 

 

독도체 Dokdo
@import url('https://fonts.googleapis.com/css2?family=Dokdo&display=swap');
font-family: 'Dokdo', cursive;

 

 

감자꽃 Gamja Flower
@import url('https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap');
font-family: 'Gamja Flower', cursive;

 

 

연성체 Yeon Sung
@import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap');
font-family: 'Yeon Sung', cursive;

 

 

스타일리쉬 Stylish
@import url('https://fonts.googleapis.com/css2?family=Stylish&display=swap');
font-family: 'Stylish', sans-serif;

 

 

동해 독도 East Sea Dokdo
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&display=swap');
font-family: 'East Sea Dokdo', cursive;

 

 

송명체 Song Myung
@import url('https://fonts.googleapis.com/css2?family=Song+Myung&display=swap');
font-family: 'Song Myung', serif;

 

 

큐트폰트 Cute Font
@import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap');
font-family: 'Cute Font', cursive;

 

 

푸어스토리 Poor Story
@import url('https://fonts.googleapis.com/css2?family=Poor+Story&display=swap');
font-family: 'Poor Story', cursive;

 

 

블랙앤화이트 그림 Black And White Picture
@import url('https://fonts.googleapis.com/css2?family=Black+And+White+Picture&display=swap');
font-family: 'Black And White Picture', sans-serif;

 

 

기랑해랑 Kirang Haerang
@import url('https://fonts.googleapis.com/css2?family=Kirang+Haerang&display=swap');
font-family: 'Kirang Haerang', cursive;

 

싱글데이 Single Day
@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');

font-family: 'Single Day', cursive;

 

 

https://fonts.google.com/earlyaccess

 

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

 

 

제주 고딕  Jeju Gothic (Korean)
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
font-family: 'Jeju Gothic', sans-serif;

 

 

제주 한라산 Jeju Hallasan (Korean)
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);
font-family: 'Jeju Hallasan', cursive;

 

 

제주명조  Jeju Myeongjo (Korean)
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
font-family: 'Jeju Myeongjo', serif;

 

 

고퍼브 바탕 KoPub Batang (Korean)
@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);
font-family: 'KoPub Batang', serif;

반응형

댓글