tori400 Posted September 21 Share Posted September 21 I'd like all the buttons on my website to use the custom font "luminaire" but I just can't seem to find any working snippets on this forum. Link to comment
Solution Lesum Posted September 21 Solution Share Posted September 21 @tori400 If you've correctly installed and configured your custom font, this code snippet should work to change the font of the buttons: #siteWrapper.site-wrapper .sqs-block-button-element { font-family: "luminaire" !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tori400 Posted September 24 Author Share Posted September 24 (edited) @Lesum That worked, thank you so much. The text is a little too small though. Where in the code would I insert font size? I appreciate your help. Edited September 24 by tori400 Link to comment
Lesum Posted September 24 Share Posted September 24 @tori400You can add this code and change font-size 0.9rem in the code: #siteWrapper.site-wrapper .sqs-block-button-element { font-size: 0.9rem !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tori400 Posted September 24 Author Share Posted September 24 @Lesum That also worked! But now the kerning is kind of off and the cursive letters don't connect 😵💫 Link to comment
Lesum Posted September 25 Share Posted September 25 @tori400 Since I don't have access to your site, it's not possible to diagnose what might be causing the issues you mentioned . The code I provided shouldn't have any impact on the things you've described. If you could share your site URL, I can take a look and see if I can identify the problem. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tori400 Posted September 27 Author Share Posted September 27 @Lesum It's under construction but I think you can see it here : aqua-amethyst-t4gd.squarespace.com password: password Link to comment
tuanphan Posted October 1 Share Posted October 1 On 9/28/2023 at 2:46 AM, tori400 said: It's under construction but I think you can see it here : aqua-amethyst-t4gd.squarespace.com password: password The site is expired, you can access this link to extend it 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