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

Join this free course:

How to host multiple WordPress
websites on a VPS

Close me!