Jump to content

HELP! Custom font for blog title

Recommended Posts

Posted

Site URL: http://www.fairyjobmother.co.uk


Hi! I have a custom font that I'd like to use for my blog posts' titles/headers text.

I have managed to add the custom font to the rest of the site but can't figure out how to change the blog's font.

Can anybody help give me the right text I need to add to the custom CSS field?

I appreciate any help you can provide.

 

 

  • Replies 4
  • Views 696
  • Created
  • Last Reply
Posted
1 hour ago, fairyjobmother said:

Site URL: http://www.fairyjobmother.co.uk


Hi! I have a custom font that I'd like to use for my blog posts' titles/headers text.

I have managed to add the custom font to the rest of the site but can't figure out how to change the blog's font.

Can anybody help give me the right text I need to add to the custom CSS field?

I appreciate any help you can provide.

 

 

Try this

.blog-item-wrapper .blog-item-title h1.entry-title,
.blog-masonry .blog-title {
  font-family: 'Mikela';  
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted

@fairyjobmother I see on tablet, the site has some small problems.

1. Text is a bit narrow. You can use this CSS to increase width.

/* tablet text */
@media screen and (max-width:991px) and (min-width:768px) {
[data-section-id="5efe5cd79def0e51299c98f7"] .content {
    width: 95% !Important;
}
}

 

2. Footer links break into 2 line. You can use this CSS to make them same line

/* tablet footer */
@media screen and (max-width:991px) and (min-width:768px) {
div#page-section-5ec04d02233cc558e212dbe7 .span-12>.row>.col {
    width: 50%;
}
}

f1.png.30780b274521f1eddcd8c8b5f3044618.png

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!)

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.