Change font in Family theme Home › Forums › General Forums › Change font in Family theme Tagged: family, font This topic has 5 replies, 2 voices, and was last updated 12 years ago by han. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 23, 2014 at 7:34 pm #1977 NordahlarenParticipant I’m using “Free Responsive Family WordPress theme” for my website but wonder if I can change the font on the headlines in some way? March 24, 2014 at 6:08 am #1980 hanKeymaster try add this h1, h2, h3, h4, h5, h6 { font-family: arial; } March 24, 2014 at 3:26 pm #1981 NordahlarenParticipant Where? In the style.css ? Instead of: body { color: #333; font-family: ‘Open Sans’, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.625; background: #fff; } March 24, 2014 at 5:41 pm #1982 hanKeymaster go to “Appearance > Customize > CSS” March 28, 2014 at 10:22 am #1999 NordahlarenParticipant Well yes, that I know. But where in the style.css ? March 30, 2014 at 8:49 am #2005 hanKeymaster if you want to change the heading font, use h1, h2, h3, h4, h5, h6. Body tag will change the overall element. You can change update style.css if you want. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must login to reply to this topic.