티스토리 뷰
# 폰트 임베드
@font-face{
font-family : Graublauweb;
src:url('Graublauweb.eot'); /* ie9 호환성 모드 */
src:url('Graublauweb.eot?') format('eot'), /* ie6~8 호환성 모드 */
url('Graublauweb.woff') format('woff'), /* 현대 브라우저 */
url('Graublauweb.ttf') format('truetype'), /* 사파리, 안드로이드 ios */
url('Graublauweb.svg#svgGrauweb') format('svg'); /* 레거시 ios */
}
# 폰트 크기 비교 표 (pt, px, em, %)
body {
font-size: 62.5%; // 1em =>10px
line-height: 1;
}
pixels | rem (css3) |
12px | 1.2rem |
# //cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css (나눔스퀘어)
# //fonts.googleapis.com/earlyaccess/nanumgothic.css (나눔고딕)
'HMLT&CSS&JS > CSS' 카테고리의 다른 글
CSS3 요소 (0) | 2017.05.08 |
---|---|
# CSS 말줄임 (0) | 2013.07.05 |
2. 미디어 쿼리 (0) | 2012.09.13 |
1. CSS 메소드 (0) | 2012.09.13 |
3. position (0) | 2011.07.22 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday