/* 커서 */
* {cursor: url(./images/커서 파일), url(./images/커서파일), auto !important;} /*
/* 커서 끝 */
/* 커서 */
/* Start http://www.cursors-4u.com */ * {cursor: url( ), auto !important;} /* End http://www.cursors-4u.com */
/* 커서 끝 */
/* 티스토리 툴바 없애기 */
#tistorytoolbarid { display:none; }
/* 티스토리 툴바 없애기 끝*/
/* 폰트 글꼴 전체 적용 */ /* 구글 url 사용 */
/* @charset "utf-8"; 밑에 붙일것 */
@import url(구글 폰트 url 삽입);
@import url(jsdelivr 폰트 url 삽입);
/* ex) @charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css); */
/* jsdelivr 폰트 url 바로가기 */
/* 그 후 ctrl+f 로 font-family 찾아 {font-family: "글꼴"} 중 글꼴 부분을 적용하고자 하는 글꼴 명으로 변경
ex) body{font-family: 'NanumBarunGothic', 'Nanum Gothic';} */
/* 공지 첫 글 설정하기 */
<script type="text/javascript">
var add = location.href;
if(add == "자신의 티스토리 블로그 주소/" || add == "자신의 티스토리 블로그 주소/"){
location.href="이동하고자 하는 주소";
}
</script>
추후 추가됩니다 . . . .