블로그 이미지
바람한톨

공지사항

최근에 올라온 글

최근에 달린 댓글

글 보관함

calendar

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

폰트 바꾸는 방법


윈도우


인터냇 옵션 - 접근성 - 사용자스타일시트 에서 

이렇게 생긴 확장자 css 인 파일 하나 지정해주면 됨

 

 * { 

    font-family:맑은 고딕 !important; 

  }

또는,


body{font-family: MalgunGothic, '맑은고딕';} 


*는 모든 엘리먼트를 건드는 셀렉터라 가급적 사용을 지양하는편


사파리

고급 -스타일시트

------------------------

메모장에 붙여 넣고, css 확장자로 저장

------------------------

@font-face {

    font-family: AppleGothic;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "돋움";

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "돋움체";

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: dotum;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: DotumChe;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "굴림";

    src: local("Apple SD Gothic Neo")

    local("Nanum Gothic");

}


@font-face {

    font-family: "굴림체";

    src: local("Apple SD Gothic Neo")

    local("Nanum Gothic");

}


@font-face {

    font-family: Gulim;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: GulimChe;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "바탕";

    src: local("Apple SD Gothic Neo")

    local("Nanum Gothic");

}


@font-face {

    font-family: "바탕체";

    src: local("Apple SD Gothic Neo")

    local("Nanum Gothic");

}


@font-face {

    font-family: Batang;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: BatangChe;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "궁서";

    src: local("Apple SD Gothic Neo")

    local("Nanum Gothic");

}


@font-face {

    font-family: "궁서체";

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: Gungsuh;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: MalgunGothic;

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "Malgun Gothic";

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}


@font-face {

    font-family: "맑은 고딕";

    src: local("Apple SD Gothic Neo"),

    local("Nanum Gothic");

}



body { font-family: "Apple SD Gothic Neo" ; }



// 이하 네이버용 카페, 블로그에 한정적으로 적용


#main-area.m-tcol-c { font-family: "Apple SD Gothic Neo" !important; }


p.comm.m-tcol-c { font-size: 12px !important; font-family:"Apple SD Gothic Neo" !important;}


.m-tcol-c { font-family:"Apple SD Gothic Neo" !important;}

.p_con {    font-family: "Apple SD Gothic Neo"!important;}


.pcol1 {

    font-family: "Apple SD Gothic Neo" !important;

}

.pcol2 {

    font-family: "Apple SD Gothic Neo" !important;

}

.pcol3 {

    font-family: "Apple SD Gothic Neo" !important;

}

.pcol4 {

    font-family: "Apple SD Gothic Neo" !important;

}


.itemfont {

    font-family: "Apple SD Gothic Neo" !important;

}

.itemfont {

    font-family: "Apple SD Gothic Neo" !important;

}

-------------------------


크롬

Custom.css로 이름을 바꾸로 아래 경로에 있는 Custom.css 파일에 덮어씌우시면 됨

사용자 계정/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css