구글 웹폰트 > 공책

본문 바로가기
010.6356.7610
  • design1001@naver.com
  • @design1001
작업물 전체보기

공책

Html+CSS 구글 웹폰트

페이지 정보

  • 작성자후야
  • 조회 : 191
  • 작성일 : 2021-05-14 00:10

본문

Google Fonts - google webfont(구글 웹폰트)


Noto Sans KR

Noto Serif KR

Roboto

Lato


https://fonts.google.com/ 

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

/*
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Noto Serif KR', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/

첨부파일