Jump to content

Custom font for blog page

Recommended Posts

Site URL: https://www.lilsuka.com/blog

I am using limerick font which I have uploaded and for the current purpose of blog title have named the title of the font 'headlines'.

I am looking to assign the font for the titles of the blogs on both the blog page with all blogs, as well as individual blog pages , however I am unsure of the code to put following this:

@font-face {    
font-family: 'Headlines';       
src: url('https://static1.squarespace.com/static/5e45d285ebd98d0f4311fd46/t/5ea3172c533b4342027058c2/1587746604281/Limerick-ExtraBold.ttf');  }

Link to comment
  • Replies 5
  • Views 1.5k
  • Created
  • Last Reply

thank you!

How do I also update the font for the date and read more? the font name I have for those is "body"

On 4/25/2020 at 2:25 PM, tuanphan said:

Add to Home > Design > Custom CSS


h1.blog-title {
    font-family: 'Headlines' !important;
}
.blog-item-title h1 {
    font-family: 'Headlines' !important;
}

 

 

Link to comment
3 hours ago, Arta said:

thank you!

How do I also update the font for the date and read more? the font name I have for those is "body"

 

time.blog-date {
    font-family: body !important;
}
a.blog-more-link {
    font-family: body !important;
}

 

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/2/2020 at 1:36 PM, tuanphan said:

time.blog-date {
    font-family: body !important;
}
a.blog-more-link {
    font-family: body !important;
}

 

thank you! one last question - on the mobile version the menu isn't coming up in the same font as the destop menu.

I have set the font style name as 'menu' how would i edit this for the mobile menu?

Link to comment
  • 2 weeks later...
On 5/4/2020 at 10:57 PM, Arta said:

thank you! one last question - on the mobile version the menu isn't coming up in the same font as the destop menu.

I have set the font style name as 'menu' how would i edit this for the mobile menu?

.header-menu-nav * {
    font-family: 'menu' !important;
}

Add to Home > Design > Custom CSS

 

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.