IT Adaptor - Microsoft 윈도우 및 PC 컴퓨터 정보

크롬 브라우저를 맑은고딕으로 폰트 변경하기 본문

인터넷 Browser

크롬 브라우저를 맑은고딕으로 폰트 변경하기

starletzzang 2020. 3. 7. 15:35
반응형

 

크롬 브라우저를 맑은고딕으로 폰트 변경하기 

(네이버 검색화면, 모든 사이트 화면을 깔끔하게)

 

1. 크롬 앱스토어에서 Stylus 앱을 설치합니다. 아래 링크를 클릭하세요

https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=ko

 

2. Stylus 설정에서 Write new style 을 클릭

 

 

3. 오른쪽 빈 공간 창에 아래 CSS를 붙여넣기 합니다.

 

 

@font-face {
    font-family: "돋움";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "돋움체";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: dotum;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: DotumChe;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "굴림";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "굴림체";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: Gulim;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: GulimChe;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "바탕";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "바탕체";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: Batang;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: BatangChe;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "궁서";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: "궁서체";
    src: local("Malgun Gothic");
}
@font-face {
    font-family: Gungsuh;
    src: local("Malgun Gothic");
}
@font-face {
    font-family: GungsuhChe;
    src: local("Malgun Gothic");
}
반응형