Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #426399

    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?

    #426409

    Hi mostapha777 ;

    have you tried with :

    body h1, h2, h3, h4, h5, h6{ font-family: ‘yekan’ , tahoma, Arial, sans-serif !important ;}
    
    #426459

    Hi!

    I already replied in your first thread, I will close this one.

    Regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Headings style (font family)’ is closed to new replies.