아래 사이트에서 Droid_Robot.otf 폰트 파일을 웹폰트로 변환 할 수 있습니다.
http://www.fontsquirrel.com/tools/webfont-generator
/* 로컬 웹폰트 적용 */
@font-face {
font-family: 'droid_robotregular';
src: url('/home/css/droid_robot-webfont.eot');
src: url('/home/css/droid_robot-webfont.eot?#iefix') format('embedded-opentype'),
url('/home/css/droid_robot-webfont.woff2') format('woff2'),
url('/home/css/droid_robot-webfont.woff') format('woff'),
url('/home/css/droid_robot-webfont.ttf') format('truetype'),
url('/home/css/droid_robot-webfont.svg#droid_robotregular') format('svg');
font-weight: normal;
font-style: normal;
}
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css" );/*나눔 웹폰트적용*/
body,li,p,select,input,option,button,h1,h2,h3,h4,h5,h6,a,td,textarea,.c1 { font-family:"Nanum Gothic" !important; font-size:10pt; color:#222222;}
망분리된 프로젝트에서 웹폰트 적용시 (0) | 2018.02.28 |
---|---|
스프라이트 이미지(통이미지)로 홈페이지 메뉴 구성하기 (0) | 2014.12.16 |
홈페이지 색상적용시 다른사이트 색상값 확인할때 사용가능한 크롬플러그인 입니다. (0) | 2014.06.13 |
웹표준 준수사항 몇가지 (0) | 2011.08.11 |
css로 이미지 리사이즈하기 (0) | 2010.10.04 |
댓글 영역