﻿@font-face {
    font-family: 'B Yekan';
    src: url('/Assets/font/BYekan.eot'); /* IE9 Compat Modes */
    src: url('/Assets/font/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Assets/font/BYekan.woff') format('woff'), /* Modern Browsers */
    url('/Assets/font/BYekan.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Assets/font/BYekan.svg#YekanWeb-Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Baseet';
  src: url('/Assets/font/Baseet.eot');  /* IE9 Compat Modes */
  src: url('/Assets/font/Baseet.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Assets/font/Baseet.woff') format('woff'), /* Modern Browsers */
       url('/Assets/font/Baseet.ttf') format('truetype'),  /* Safari, Android, iOS */
       url('/Assets/font/Baseet.svg#FarBaseet') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Assets/font/Roboto.eot');  /* IE9 Compat Modes */
  src: url('/Assets/font/Roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Assets/font/Roboto.woff') format('woff'), /* Modern Browsers */
       url('/Assets/font/Roboto.ttf') format('truetype'),  /* Safari, Android, iOS */
       url('/Assets/font/Roboto.svg#Roboto+ Regular') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Assets/font/RobotoBold.eot');  /* IE9 Compat Modes */
  src: url('/Assets/font/RobotoBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Assets/font/RobotoBold.woff') format('woff'), /* Modern Browsers */
       url('/Assets/font/RobotoBold.ttf') format('truetype'),  /* Safari, Android, iOS */
       url('/Assets/font/RobotoBold.svg#Roboto+ Bold') format('svg'); /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}