Hi,
I have changed the font family of all the Body by this CSS style:
body{ font-family: ‘yekan’ , tahoma, Arial, sans-serif; }
All the fonts of body have changed correctly, but the headings (h1, h2, h3,…)
Setting h1 style also did not work:
h2 { font-family: ‘yekan’ , tahoma, Arial, sans-serif !important ;}
What is the problem?
Hi mostapha777 ;
have you tried with :
body h1, h2, h3, h4, h5, h6{ font-family: ‘yekan’ , tahoma, Arial, sans-serif !important ;}