tori400 Posted October 4 Share Posted October 4 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 Link to comment
Solution simon Posted October 4 Solution Share Posted October 4 Try this: #siteWrapper.site-wrapper .sqs-block-button-element { font-size: 1.8rem !important; letter-spacing: -1px; } Link to comment
tori400 Posted October 4 Author Share Posted October 4 @simon Thanks a ton! That worked. 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