Tagged: font
How can I use a specific font (Trajan Pro) on one page in a special heading?
Hi Paul!
Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to the special heading element and then add this to your custom CSS.
.customClass, .customClass * { font-family: Trajan Pro !important; }
Best regards,
Elliott