본문 바로가기

현대U&I웹폰트, 구글 본고딕 노토산스

이온디 2016.06.26 11:29 조회 1583 댓글 0
목록

1. 현대유앤아이 웹폰트

현대유앤아이 웹폰트는 현대모바일 홈페이지로 접속했을 때 볼 수 잇다.

2. 구글 본고딕

http://yurajun.tistory.com/2861

티스토리 스킨 등에서 쉽게 볼 수 있다.

티스토리 스킨 잘 만드는 듯.

@font-face {
font-family: 'Noto Sans';
   src: url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-regular.woff2) format('woff2'),
   url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-regular.woff) format('woff');
   font-style: normal;
   font-weight: normal;
}
@font-face {
font-family: 'Noto Sans';
   src: url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-demilight.woff2) format('woff2'),
   url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-demilight.woff) format('woff');
   font-style: normal;
   font-weight: 100;
}
@font-face {
font-family: 'Noto Sans';
   src: url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-bold.woff2) format('woff2'),
   url(//i1.daumcdn.net/cfs.tistory/static/font/notokr-bold.woff) format('woff');
   font-style: normal;
   font-weight: bold;
}


#구글 웹폰트 본고딕이 익스플로러에서 제대로 못 불러와져서

댓글 0

아직 댓글이 없어요

이 글에 대한 생각을 가장 먼저 남겨보세요.

댓글을 작성하려면 로그인이 필요합니다.