Jump to content

How to change font on one page not entire site

Recommended Posts

You can add this code to Contact Us page Header

<style>
  * {
  	font-family: monospace;
  }
</style>

Replace monospace font

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
16 hours ago, saschulze said:

Hi - That worked for the general text however the Heading 1 and 2 text didn't change.  How do I updated those areas as well?

h1, h2 on Contact Page? Try again with this code

<style>
  * {
  	font-family: monospace !important;
  }
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 4 months later...
22 hours ago, sneather said:

How about one page AND mobile, only?

Thanks.

Add to that page header

<style>
  @media screen and (max-width:767px) {
  * {
  	font-family: monospace !important;
    }}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.