To apply custom font for all buttons on Squarespace, you can use this code to Custom CSS box. Replace ABC with custom font you declared in @font-face
#siteWrapper.site-wrapper [class*=".sqs-button-element--"] { font-family: 'ABC' !important; }