Trang

Thứ Năm, 22 tháng 8, 2013

Using @font-face

Sử dụng @font-face cho html5

Css:

@font-face {
 font-family: 'MyWebFont';
 src: url('webfont.eot'); /* IE9 Compat Modes */
 src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('webfont.woff') format('woff'), /* Modern Browsers */
      url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
 }


Using:

body {
       font-family: 'MyFontFamily', Fallback, sans-serif;
}

Không có nhận xét nào:

Đăng nhận xét