티스토리 뷰
<style>
/* Tag Definition */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* { font-style: normal /* em, dfn, var, cite, address */; font-family: `Nanum Gothic`, `NanumBarunGothic`, `NanumGothic` , AppleGothic, sans-serif; }
/* 전체 선택자 사용시 위 속성 외에는 지정하지 마세요. */
* html { overflow: scroll; overflow-x: auto; }/* [IE] 프레임안의가로스크롤문제해결 */
html, body { min-height: 100%; margin: 0; padding: 0; background: #fff; } /* [IE] 배경색을지정해서화면이뭉개지는문제해결 */
html { height: 100%; }
* html body { height: 100%; }
body { background: #fff; color:#747474; font-size: 15px !important /* 12px */; }
:root body {font-size: 1.4em; }
table, pre { font-size: 1em; } /* DOCTYPE 없으면 속성 상속 안됨 */
td { color: #000000 }
a, a:link { color: #a29a91; text-decoration: none; }/* cursor: pointer; 안씀.. a태그에 href 없어도 손모양 커서 나오므로 */
a:visited { color: #a29a91; }
a:hover, a:active, a:focus { color: #978d82; } /* a:focus추가 */
img { margin: 0; border: 0; }
</style>
/* Tag Definition */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* { font-style: normal /* em, dfn, var, cite, address */; font-family: `Nanum Gothic`, `NanumBarunGothic`, `NanumGothic` , AppleGothic, sans-serif; }
/* 전체 선택자 사용시 위 속성 외에는 지정하지 마세요. */
* html { overflow: scroll; overflow-x: auto; }/* [IE] 프레임안의가로스크롤문제해결 */
html, body { min-height: 100%; margin: 0; padding: 0; background: #fff; } /* [IE] 배경색을지정해서화면이뭉개지는문제해결 */
html { height: 100%; }
* html body { height: 100%; }
body { background: #fff; color:#747474; font-size: 15px !important /* 12px */; }
:root body {font-size: 1.4em; }
table, pre { font-size: 1em; } /* DOCTYPE 없으면 속성 상속 안됨 */
td { color: #000000 }
a, a:link { color: #a29a91; text-decoration: none; }/* cursor: pointer; 안씀.. a태그에 href 없어도 손모양 커서 나오므로 */
a:visited { color: #a29a91; }
a:hover, a:active, a:focus { color: #978d82; } /* a:focus추가 */
img { margin: 0; border: 0; }
</style>
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* GLOBAL */
* {
/*
font-family : 나눔고딕, NanumGothic;
*/
font-family : `Nanum Gothic`;
font-size : 1em;
line-height : 1.5em;
color : #333;
}
'Language > WebFont' 카테고리의 다른 글
[ WebFont ] 나눔고딕 WebFont 만들기 (0) | 2016.01.02 |
---|