KA55 Posted November 13, 2023 Share Posted November 13, 2023 Hi My base font is a sans serif and I'd like to highlight key words serif font. At present the only way I can do this is by having separate tex boxes which doesn't format well. Is there a way to do it in the same text box? How can I do this please? See example attached. Thanks Link to comment
Solution creedon Posted November 13, 2023 Solution Share Posted November 13, 2023 You can change all italics text to a serif. For a site-wide effect add the following to Website > Pages > Website Tools > Custom CSS. .sqs-block-html em {  font-family : serif;  font-style : unset;    } This is for v7.1. The effect could be restricted to a page or even specific blocks with different CSS selectors. You could also choose a font other than the basic serif font. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
KA55 Posted November 13, 2023 Author Share Posted November 13, 2023 Thank you so much Creedon - it worked. And not only that I figured out how to change the size & weight too. Much appreciated, many thanks. 🙂 creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment