Jump to content

Change Banner to custom font

Recommended Posts

  • Replies 13
  • Views 1.5k
  • Created
  • Last Reply
Posted
3 hours ago, spartan7257 said:

Do you know how to change the font of the Nav Links?

 

/* banner custom font */
@font-face {
	font-family: fantasy;
	src: url(paste your font url here);
}
.banner-thumbnail-wrapper .desc-wrapper * {
    font-family: fantasy;
}
div#headerNav a {
    font-family: fantasy !important;
}

Notes: Change fantasy to another name.  Fantasy is also the name of a default font in Squarespace ... If you use the same name for custom font and default font, it can cause problems at some time...

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

Posted
/* banner custom font */
@font-face {
	font-family: fantasy;
	src: url(paste your font url here);
}
.banner-thumbnail-wrapper .desc-wrapper * {
    font-family: fantasy;
}
div#headerNav a {
    font-family: fantasy !important;
}
nav#mobileNavigation a {
    font-family: fantasy !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!)

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.