Jump to content

Changing the blog page and posts fonts to use my uploaded ones.

Recommended Posts

  • Replies 5
  • Created
  • Last Reply
7 minutes ago, jacobcuz said:

@tuanphan Hope it's okay to directly tag you!

Use this CSS

article.blog-item * {
    font-family: 'Brownregular' !important;
}
.blog-item-meta-wrapper * {
    font-family: 'Brownregular' !important;
}
h1.entry-title.entry-title--large {
    font-family: 'Brownregular' !important;
}
h2.item-pagination-title {
    font-family: 'Brownregular' !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

@tuanphan One last question i promise!

At the moment (below) changes all the font's on the blog grid page to brown.

article.blog-item * {
    font-family: 'Brownregular' !important;
}

How do i achieve (below) so that just the title on that particular page uses Cako? I've changed the the other titles to Cako inside the blog post and they are fine.

.view-list .blog-title a {
    font-family: 'Cako';
}

Thanks again,
Jacob.

Link to comment
54 minutes ago, jacobcuz said:

@tuanphan One last question i promise!

At the moment (below) changes all the font's on the blog grid page to brown.


article.blog-item * {
    font-family: 'Brownregular' !important;
}

How do i achieve (below) so that just the title on that particular page uses Cako? I've changed the the other titles to Cako inside the blog post and they are fine.

.view-list .blog-title a {
    font-family: 'Cako';
}

Thanks again,
Jacob.

Use this

.view-list article.blog-item .blog-title a {
    font-family: 'Cako' !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

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.