Home › Forums › Support › Using a specific font for post titles This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 16, 2018 at 5:42 pm #651259 Avani Hi, Im wanting to use either a local font or Typekit or a specific google font perhaps just for the post titles, I know post titles use H2 and H2 may also be used in the content. How can I target just the post titles? thanks Avani GP Premium 1.7.1 August 16, 2018 at 6:21 pm #651279 LeoStaff Customer Support Hi there, On the archive page it would h2.entry-title. On Single page would be h1.entry-title Let me know if this helps ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 16, 2018 at 6:44 pm #651291 Avani thanks, could you provide the CSS to change the font, thanks August 16, 2018 at 7:30 pm #651312 LeoStaff Customer Support Should be something like this: h1.entry-title { font-family: Helvetica; font-weight: normal; font-size: 20px; line-height: 1.3em; } h2.entry-title { font-family: Helvetica; font-weight: normal; font-size: 20px; line-height: 1.3em; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 16, 2018 at 7:55 pm #651326 Avani thank you! August 16, 2018 at 8:29 pm #651345 LeoStaff Customer Support No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In