로그인

검색

라이믹스에서 폰트 바꾸기

라이믹스, onecolor 레이아웃, simple board 에서 폰트 바꾸기

 

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 300;
  src: url(//script.ebay.co.kr/fonts/NotoSansKR-Light-Hestia.eot), url(//script.ebay.co.kr/fonts/NotoSansKR-Light-Hestia.eot?#iefix) format("embedded-opentype");
  src: local("Noto Sans Light"), local("NotoSans-Light"), url(//script.ebay.co.kr/fonts/NotoSansKR-Light-Hestia.woff) format("woff"), url(//script.ebay.co.kr/fonts/NotoSansKR-Light-Hestia.otf) format("opentype");
}


@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  src: url(//script.ebay.co.kr/fonts/NotoSansKR-DemiLight-Hestia.eot), url(//script.ebay.co.kr/fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format("embedded-opentype");
  src: local("Noto Sans DemiLight"), local("NotoSans-DemiLight"), url(//script.ebay.co.kr/fonts/NotoSansKR-DemiLight-Hestia.woff) format("woff"), url(//script.ebay.co.kr/fonts/NotoSansKR-DemiLight-Hestia.otf) format("opentype");
}


@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: bold;
  src: url(//script.ebay.co.kr/fonts/NotoSansKR-Medium-Hestia.eot), url(//script.ebay.co.kr/fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format("embedded-opentype");
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url(//script.ebay.co.kr/fonts/NotoSansKR-Medium-Hestia.woff) format("woff"), url(//script.ebay.co.kr/fonts/NotoSansKR-Medium-Hestia.otf) format("opentype");
}


a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var, li
{ font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif; font-size:14px; font-weight:normal; }

 

 

위  내용을 onecolor 레이아웃 폴더 layout.css  에 삽입하면 됩니다.

 

 

폰트 사이즈 키우려면,

font-size:14px; font-weight:normal 

 

 

image.png.jpg

 

이 게시물을

이 댓글을 삭제하시겠습니까?