/*
Theme Name: Astra Child
Description: Child theme for Astra with custom persian font
Authur: Farbod Sarbandi
Template:astra
Version:1.0.0
Text Domain:astra-child
*/

/* -------------custome font ----------------*/
@font-face {
    font-family:'IranYekan';
    src: url('fonts/Yekan.eot');
    src: url('fonts/Yekan.eot?#iefix')
    format('embedded-opentype'),
      url('fonts/Yekan.woff')
    format('woff'),
      url('fonts/Yekan.ttf')
    format('truetype');
      
    
}