CALLING ALL SQUARESPACE 7.1 USERS! In this video we will go over basic site style changes as well as how to add custom font with code to your website! Get ready to up-level your website!
Are you on Squarespace 7.0 and wanting an in-depth tutorial into changes you can make in the site styles? Check out THIS YOUTUBE VIDEO.
If you are using Squarespace 7.1, READ ON (or watch rather):
Head over to the custom CSS section of your Squarespace dashboard and then upload your font and add this code!
@font-face {
font-family: NEWYORK;
src: url(https://static1.squarespace.com/static/60661e17806161468599c5b5/t/613f9f1a9bfa067869e54a0d/1631559451265/NewYork.otf);
}
h3 {font-family: 'NEWYORK';}
Be the first to comment