페이스북 폰트를 바꿔보자

크롬 브라우저일 경우로 설명.


1) 스타일리시(stylish) 확장기능 설치

https://chrome.google.com/webstore/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe


2) 스타일리시에서 새로운 스타일 생성.

- www.facebook.com URL을 'URLs on the domain'으로 추가


3) 코드 저장

#content {

    font-family : "맑은 고딕" !important;

  } /* 전체서체변경 */

  

#leftCol {

  font-size : 12px;

} /* 왼쪽 사이드 폰트 크기 변경 */


.uiUfi {

  font-size : 12px;

  } /* 댓글 폰트 크기 변경 */


.userContent{

      line-height : 1.8;

      letter-spacing:-1px;

    } /* 글 줄간격, 자간 변경 */

  

.mainWrapper {

      line-height : 1.4;

      letter-spacing:-1px;

    } /* 댓글 줄간격, 자간 변경 */

    

.uiStreamMessage {

      line-height : 1.6;

      letter-spacing:-1px;

    } /*오른쪽 사이드(실시간창) 줄간격, 자간 변경 */


4) 바뀐 걸 보자.



[참고]

http://woongyee.egloos.com/3782826

설정

트랙백

댓글