caroline.leonard Posted October 19, 2021 Share Posted October 19, 2021 Hi, I'm looking to change the font of all the Miscellaneous font instances squarespace uses. I've changed h1, h2, h3 h4, etc but what is the type selector for Misc fonts? Thanks, /*Change fonts to Company Font*/ h1,h2,h3,h4 { font-family: omnes-pro, sans-serif !important; font-weight: 400; font-style: normal; } Link to comment
Beyondspace Posted October 19, 2021 Share Posted October 19, 2021 2 hours ago, caroline.leonard said: Hi, I'm looking to change the font of all the Miscellaneous font instances squarespace uses. I've changed h1, h2, h3 h4, etc but what is the type selector for Misc fonts? Thanks, /*Change fonts to Company Font*/ h1,h2,h3,h4 { font-family: omnes-pro, sans-serif !important; font-weight: 400; font-style: normal; } Kindly share your site with the protected password to check your issue together BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Chrystele Posted May 14, 2022 Share Posted May 14, 2022 (edited) @bangank36: What is the answer ? what is the selector to target a miscellaneous font or what can we do if we want this miscellaneous font to be smaller on mobile? Edited May 14, 2022 by Chrystele Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 11 hours ago, Chrystele said: @bangank36: What is the answer ? what is the selector to target a miscellaneous font or what can we do if we want this miscellaneous font to be smaller on mobile? You can use this *:not(h1):not(h2):not(h3):not(h4) { font-family: omnes-pro, sans-serif !important; font-weight: 400; font-style: normal; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Chrystele Posted May 20, 2022 Share Posted May 20, 2022 (edited) @tuanphan. Thank you so much for the help. I tried the code but it targeted too the text using the paragraph font not only the miscellaneous/monospace font. I try to change the size of the miscellaneous text on mobile as it is too big compared to the rest of the text. I added 'font-size' and a value but it did not change the size of the miscellaneous font on mobile and the button-size using this font. Edited May 20, 2022 by Chrystele forgot screenshot Link to comment
tuanphan Posted May 21, 2022 Share Posted May 21, 2022 On 5/20/2022 at 7:47 AM, Chrystele said: @tuanphan. Thank you so much for the help. I tried the code but it targeted too the text using the paragraph font not only the miscellaneous/monospace font. I try to change the size of the miscellaneous text on mobile as it is too big compared to the rest of the text. I added 'font-size' and a value but it did not change the size of the miscellaneous font on mobile and the button-size using this font. the miscellaneous text What text belongs to this? We can give code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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