Jump to content

Site Title Custom Font for Desktop/Mobile | York Template

Recommended Posts

Hi,

I'm having trouble changing the site title for web/ mobile to a custom font that i've uploaded, specifically for the YORK template.

I've tried almost every code from other threads but nothing seems to be working. (Clearly inexperienced)

Any help would be greatly appreciated!

 

Stay safe & healthy! 🖤

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

Top Posters In This Topic

4 hours ago, ufobro said:

Hi,

I'm having trouble changing the site title for web/ mobile to a custom font that i've uploaded, specifically for the YORK template.

I've tried almost every code from other threads but nothing seems to be working. (Clearly inexperienced)

Any help would be greatly appreciated!

 

Stay safe & healthy! 🖤

Please share your website link also the code  you are using 🙂

Link to comment

Add to Home > Design > Custom CSS

@font-face { 
  font-family: tuan; 
  src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); 
} 
/* Desktop */
.site-title a {
    font-family: tuan;
}
/* Mobile */
.mobile-site-title a {
    font-family: tuan;

 

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
  • 1 year later...
On 3/20/2020 at 2:48 PM, tuanphan said:

Add to Home > Design > Custom CSS

@font-face { 
  font-family: tuan; 
  src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); 
} 
/* Desktop */
.site-title a {
    font-family: tuan;
}
/* Mobile */
.mobile-site-title a {
    font-family: tuan;

 

@tuanphan I tried to use your code for the mobile site but did not work for me. What can I do to make it work? Thanks!

www.sherriedickinson.com
 


.mobile-site-title a {
    font-family: Hunter;}
Edited by louieandthird
Link to comment
On 7/8/2021 at 11:59 PM, louieandthird said:

@tuanphan I tried to use your code for the mobile site but did not work for me. What can I do to make it work? Thanks!

www.sherriedickinson.com
 


.mobile-site-title a {
    font-family: Hunter;}

Use this code

a#site-title {
	font-family: Hunter !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

Create an account or sign in to comment

You need to be a member in order to leave a comment

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