tori400 Posted October 4, 2023 Posted October 4, 2023 I'm building my website and used a custom font for my buttons using the following code: } #siteWrapper.site-wrapper .sqs-block-button-element { font-family: "luminaire" !important; } #siteWrapper.site-wrapper .sqs-block-button-element { font-size: 1.8rem !important; } However, as you can see, the kerning is all wrong and makes the cursive disconnect. Does anyone know what code I can add to this snippet to adjust the kerning? https://aqua-amethyst-t4gd.squarespace.com/ Password: password
Solution Simon Posted October 4, 2023 Solution Posted October 4, 2023 Try this: #siteWrapper.site-wrapper .sqs-block-button-element { font-size: 1.8rem !important; letter-spacing: -1px; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment