Theme4Press › Forums › evolve › Portfolio typography › Reply To: Portfolio typography
#28968
|
Hi Cyrille,
Thanks for keeping in touch with us.
Did you attempt to use the CSS given in my previous response?
Please add the code in your Theme Options -> Custom CSS:
1 2 3 4 5 6 7 8 9 10 |
/*apply font to portfolio*/ .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; } |
Please let me know if it helps,
Kind Regards.