Jump to content

How to update font family of a blockquote on a particular page inside of the Kent Template

Recommended Posts

Site URL: https://icmediacenter.org/

Hi,

I'm trying to change the font from the already defined Arial for the site to a font called Merienda on just one blockquote on a particular page. I understand that on this particular template the styles of the blockquote are inherited from the body font defined for the entire website. Is there a way to change this?

 

Thanks,

Bernice

Link to comment
  • Replies 8
  • Views 215
  • Created
  • Last Reply

I don't see a separate tweak for the blockquote in the Kent template. But don't despair! I think I have a little something that will get you going. For the landing page go to Page Settings > Advanced > PAGE HEADER CODE INJECTION and put in the following...

Quote

 

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merienda:700,400">

<style>
  
  .sqs-block-quote {
    
    font-family: Merienda;
    
    font-weight: 400;
    
    }
  
  </style>

 

The link tag brings in the font. The style tag styles the blockquote.

Let us know how it goes.

 

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.