zande88 Posted July 15, 2019 Share Posted July 15, 2019 How can I apply a custom font I uploaded to squarespace to my form? Link to comment
tuanphan Posted July 15, 2019 Share 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 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
zande88 Posted July 15, 2019 Author Share 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! Link to comment
tuanphan Posted July 15, 2019 Share 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 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
zande88 Posted July 15, 2019 Author Share Posted July 15, 2019 https://www.modernesh.com/contact Link to comment
tuanphan Posted July 15, 2019 Share 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 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
zande88 Posted July 15, 2019 Author Share Posted July 15, 2019 Perfect! I really appreciate all of your help! :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.