본문 바로가기

카테고리 없음

선호되는 웹폰트 형식

@font-face {
	font-family: '글꼴 이름';
	src: url('./images/글꼴 파일.eot'); /* IE9 호환성 보기 */
	src: url('./images/글꼴 파일.eot?iefix') format('eot'), /* IE6-IE8 */
	     url('./images/글꼴 파일') format('woff'), /* Modern Browsers */
	     url('./images/글꼴 파일')  format('truetype'), /* Safari, Android, iOS */
	     url('./images/글꼴 파일.svg#svgFontName') format('svg'); /* Legacy iOS */	}

http://circlash.tistory.com/578