사용자:Utolee90/common.css: 두 판 사이의 차이

(Navbox 편집)
(글꼴 변경)
1번째 줄: 1번째 줄:
/* 글꼴 불러오기*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
   
   
/* 일반 문서는 Noto Sans Korean으로 지정*/
body {  
body {  
  font-family: 'Nanum Gothic';
  font-family: 'Noto Sans KR',san-serif;
font-weight: 400;
  font-size:11pt;
  font-size:13pt;
}


src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
/* 내 사용자 문서는 나눔 펜글씨로 지정 */
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
 
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
body.page-사용자_Utolee90  { font-family: 'Nanum Pen Script'; }
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');


}


liberty-table-wrapper{margin:0px;}
liberty-table-wrapper{margin:0px;}

2017년 2월 4일 (토) 22:35 판

/* 글꼴 불러오기*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); 
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); 
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); 
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
 
/* 일반 문서는 Noto Sans Korean으로 지정*/
body { 
 font-family: 'Noto Sans KR',san-serif;
 font-size:11pt;
}

/* 내 사용자 문서는 나눔 펜글씨로 지정 */

body.page-사용자_Utolee90  { font-family: 'Nanum Pen Script';  }


liberty-table-wrapper{margin:0px;}