Upload and use Squarespace custom font – Custom Font CSS

Last updated on June 24th, 2020 at 05:17 am.

Upload and use Squarespace custom font - Custom Font CSS


Here is the custom code as added in the video

Watch the video above if you do not know what to do with the code.

/*CSS to Add the Font on Squarespace*/
@font-face {    
font-family: 'Pacifico', cursive;       
src: url('https://example.com/link-to-font');  
}

/*CSS code for utilizing the font*/
h1 {font-family: 'Pacifico', cursive;}

Comment Here

Need WordPress help? Linux Server help? Talk to us.

  • We are your own WordPress customer service.
  • We set up Linux servers and install or migrate WordPress. Learn more here.
  • We support WooCommerce too.
  • Check out our WordPress customer support plans here or contact us below .

If you have any questions regarding WordPress support, Linux server support or any of our services, feel free to reach out or read more on our services page.

Join this free course:

How to host multiple WordPress
websites on a VPS

Close me!