font-face.css 530 Bytes
Newer Older
Reza Sahebgharan's avatar
Reza Sahebgharan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@font-face {
  font-family: FontName;
  src: url('FontName.eot');
  src: url('FontName.eot?#iefix') format('FontName-opentype'),
       url('FontName.woff') format('woff'),
       url('FontName.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Parastoo;
  src: url('Parastoo-Bold.eot');
  src: url('Parastoo-Bold.eot?#iefix') format('embedded-opentype'),
       url('Parastoo-Bold.woff') format('woff'),
       url('Parastoo-Bold.ttf') format('truetype');
  font-weight: bold;
}