티스토리 뷰
728x90
반응형
Noto Sans KR폰트는
현재 웹사이트에서 가장 많이 사용하는 폰트 중 하나이다.
구글웹폰트에서 지원하고 있고,
폰트 두께가 다양하고, 한글을 지원하므로 앞으로도 꾸준히 쓰여질 전망이다.

Download family누르면 ttf 설치파일 다운 가능
Noto Sans KR - woff파일 다운로드
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap" rel="stylesheet">
// CSS (상대경로)
@charset "utf-8";
@font-face {
font-family: "NotoSansKR";
font-weight: 100;
src: url(NotoSansKR-Thin.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 100;
src: url(NotoSansKR-Thin.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 200;
src: url(NotoSansKR-ExtraLight.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 300;
src: url(NotoSansKR-Light.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 400;
src: url(NotoSansKR-Regular.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 500;
src: url(NotoSansKR-Medium.woff) format(woff),
/* ttf파일 추가시 */
url(NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
font-family: "NotoSansKR";
font-weight: 600;
src: url(NotoSansKR-SemiBold.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 700;
src: url(NotoSansKR-Bold.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 800;
src: url(NotoSansKR-ExtraBold.woff) format(woff);
}
@font-face {
font-family: "NotoSansKR";
font-weight: 900;
src: url(NotoSansKR-Black.woff) format(woff);
}
body {
font-family: "NotoSansKR", sans-serif;
}
경로
Local: 각 드라이브 D:\html\class 라고 가정
상대경로 설정 시
('/') => D:
- 가장 최상의 폴더로 이동
('./') => class
- 파일의 현재 폴더 의미
('../') => html
- 상위 폴더로 이동
Server: https:// (html폴더)
728x90
반응형
'WEB > FONT' 카테고리의 다른 글
| 애플 산돌고딕 Neo (0) | 2023.06.20 |
|---|---|
| Pretendard 폰트 (0) | 2023.06.20 |
| 상업용폰트) CJ그룹 전용서체 'OnlyOne' (0) | 2023.06.16 |
| serif) Tenor Sans 영문폰트 (1) | 2023.06.15 |
| SUIT 폰트 다운로드 (0) | 2023.06.13 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 웹퍼블리싱
- JavaScript
- 웹폰트
- 티스토리챌린지
- 찐망고사주
- uiux
- 웹표준
- html
- 구글머터리얼디자인
- 머터리얼디자인
- 오블완
- figma
- UX디자인
- 웹디자인개발기능사
- UI디자인
- ai사주
- CSS3
- 반응형웹
- 프론트엔드
- 피그마
- css
- 웹디자인
- 웹접근성
- 서비스기획
- 디자인시스템
- 2024웹디자인
- 바이브코딩
- 웹디자인팁
- seo
- 디자인팁
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
글 보관함
