zande88 Posted July 15, 2019 Posted July 15, 2019 How can I apply a custom font I uploaded to squarespace to my form?
tuanphan Posted July 15, 2019 Posted July 15, 2019 @font-face { font-family: yourFont; src: url(sansation_light.woff); } .your-form-class-name { font-family: yourFont !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
zande88 Posted July 15, 2019 Author Posted July 15, 2019 Thanks! I ended up just using a font through Adobe TypeKit so I just changed the font using the Style Editor. Another question though, I can change the font of the button, but do you know how to make the button font smaller? There seems to be no option for that. Thanks!
tuanphan Posted July 15, 2019 Posted July 15, 2019 @zande88 CSS font-size: 10px !important; Need site url to provide exactly css Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted July 15, 2019 Posted July 15, 2019 @zande88 .form-button-wrapper .button { font-size: 10px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
zande88 Posted July 15, 2019 Author Posted July 15, 2019 Perfect! I really appreciate all of your help! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.