Kacy-Jung Posted June 21 Posted June 21 Hi all, Anyone know how I can reduce the space between"Hi" "I" "AM" and "KACY"? I attached my code and screenshot here: // CUSTOM FONT @font-face { font-family: 'RobotomonoRegular'; src: url(https://static1.squarespace.com/static/6661474b09bd7e53f3048c41/t/6675b66313e7f029aa9cf88c/1718990441965/RobotoMono-Bold.ttf); } h1 { font-family: 'RobotomonoRegular'; font-size: 36pt; letter-spacing: -1px; line-height: 100%; color: #565656; } Many thanks!
Lesum Posted June 22 Posted June 22 @Kacy-Jung Hi! Try adding this code under Custom CSS #block-yui_3_17_2_1_1717776332332_9521 span.sqsrte-text-color--custom { word-spacing: -0.3em; } 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?
Solution Kacy-Jung Posted June 22 Author Solution Posted June 22 Oh yes I played around with it and added word-spacing: -15px; within my code also works! Thank you so much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment