본문 바로가기
Programming/HTML

@font-face 문제

by guru_k 2015. 12. 30.
728x90
반응형
@font-face {
    font-family: 'Font';
    src: url('Font.eot'); /* IE9 Compat Modes */
    src: url('Font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Font.woff') format('woff'), /* Modern Browsers */
         url('Font.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Font.svg#svgFontName') format('svg'); /* Legacy iOS */
    }



728x90
반응형

'Programming > HTML' 카테고리의 다른 글

:eq selector  (0) 2015.12.30
input fie 초기화  (0) 2015.12.30
마우스 커서 모양 변경 - cursor  (0) 2015.12.30

댓글