How To Add Custom Font In SquareSpace (SIMPLE!)
How To Add Custom Font In SquareSpace. It’s a very easy tutorial, I will explain everything to you step by step.
STEP ONE: PASTE CSS CODE
@font-face {
font-family:NAME;
src:url(insert url)
}
Replace NAME with the name of your font.
Replace insert url with font by clicking on the file in 'manage custom files'
STEP TWO: TARGET SPECIFIC FONT STYLE
To target a font type, paste the following code:
h1 {font-family:NAME}
Replace h1 with the font hierarchy you want to target.
Replace NAME with the name of your font. Keep it consistent with the name of the font you stated in step one.
Font Targeting Guide
H1 = header one
H2 = header two
H3 = header three
H4 = header four
p = paragraphs
.sqs-block-button-element = button
Subscribe To How To Mentor for more help in the future.
If this video helped you out, please leave a like and a comment! :-)
#HowToMentor