Theme4Press › Forums › evolve › Portfolio typography › Reply To: Portfolio typography
#28955
|
Hi,
Please use the following in your Theme Options -> Custom CSS
1 2 3 4 5 6 7 8 |
.project-description.post-content h2 { font-family: Lobster !important; } .project-description.post-content p { font-family: Roboto !important; font-size: 16px !important; font-weight: 300 !important; } |
The main question is why the typography is not inherited?
Maybe there is some other css from plugin or theme overriding your setting.
You can try using the settings in Theme Options -> Typography -> Headings
Thank you