Back to All Events

WEEK 7

WEEK 7: SQUARESPACE BASICS

COME TO CLASS:

Class starts at 11am, just click the button below and jump in with us! If you can’t make it, the replay will be uploaded by end of day on Tuesday.

SUMMARY: 

We'll walk through how to navigate the Squarespace interface and begin your project by inputting all your "site styles," (aka colors & fonts) so you can move forward with a clear runway. Don't worry if Squarespace doesn't have your brand fonts, we'll cover that too!

MATERIALS: 

FONT CODE:
@font-face {
  font-family: title your font;
  src: url(select the file you dropped in);
}

HEADINGS:
h1 {
font-family: ‘enter your font title here’;
}

h2 {
font-family: ‘enter your font title here’;
}

h3 {
font-family: ‘enter your font title here’;
}

h4 {
font-family: ‘enter your font title here’;
}

PARAGRAPHS:
p {
font-family: ‘enter your font title here’;
}

.sqsrte-large {
font-family: ‘enter your font title here’;
}

.sqsrte-small {
font-family: ‘enter your font title here’;
}

MISCELLANEOUS:
.sqs-block-html pre code {
font-family: ‘enter your font title here’;
}

Previous
Previous
August 11

WEEK 6

Next
Next
August 25

WEEK 8