@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 */
}
'HTML/CSS' 카테고리의 다른 글
:eq selector (0) | 2015.12.30 |
---|---|
input fie 초기화 (0) | 2015.12.30 |
@font-face 문제 (0) | 2015.12.30 |
마우스 커서 모양 변경 - cursor (0) | 2015.12.30 |
댓글을 달아 주세요