Archived topic
Generare Press Volume Theme - Help with the Body Font
3 replies · Started by Ana on February 16, 2019
Hi, I wanted to add the font Helvetica Neue but it's not listed in the font settings dropdown.
Is there an easy option for how I can install this specific font?
Hi there,
Looks like it's a custom font so this should help:
https://docs.generatepress.com/article/adding-local-fonts/
Thanks Leo.
Can I just use the custom CSS? I want to use this font only for the paragraph section.
For example, I paste this code into the Customize - > Additional CSS:
p { font-family: Helvetica Neue; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 31px; }
Took it from here:
https://www.cssfontstack.com/Helvetica-Neue
It seems like it works, but not sure if this will slow my site or cause any other issues?
Are you only wanting to use that font for one specific paragraph?
If so that's the way to go.