I'm trying to use a custom font I uploaded to change my blog's site title/header branding. I've tried all the codes (header-branding, site-title) but none are responding. I suspect it has something to do with the template I'm using or an oversight resulting in a user error, lol.
Here's the code I currently have:
@font-face {
font-family:"celesse";
src: url(https://static1.squarespace.com/static/55f4f0c9e4b08f0fd06083d8/t/5ebd87054cb3491b4103a54d/1589479173816/Celesse-Regular.otf), url(https://static1.squarespace.com/static/55f4f0c9e4b08f0fd06083d8/t/5ebd870b09bd893bf0bb49df/1589479179316/Celesse-Regular.ttf);
}
/* Font Celesse Site Title */
.header-nav-item a {
font-family: 'celesse' !important;
}
/* Font Nav */
div#topNav a {
font-family: 'celesse' !important;
}
Question
jessikalyngarcia
Site URL: https://www.beautybyjessika.com
Blog: beautybyjessika.com | NO PASSWORD
Hello,
I'm trying to use a custom font I uploaded to change my blog's site title/header branding. I've tried all the codes (header-branding, site-title) but none are responding. I suspect it has something to do with the template I'm using or an oversight resulting in a user error, lol.
Here's the code I currently have:
@font-face {
font-family:"celesse";
src: url(https://static1.squarespace.com/static/55f4f0c9e4b08f0fd06083d8/t/5ebd87054cb3491b4103a54d/1589479173816/Celesse-Regular.otf), url(https://static1.squarespace.com/static/55f4f0c9e4b08f0fd06083d8/t/5ebd870b09bd893bf0bb49df/1589479179316/Celesse-Regular.ttf);
}
/* Font Celesse Site Title */
.header-nav-item a {
font-family: 'celesse' !important;
}
/* Font Nav */
div#topNav a {
font-family: 'celesse' !important;
}
Your help is appreciated.
Jessika
Link to comment
Top Posters For This Question
2
1
1
Popular Days
May 14
1
May 15
1
May 16
1
Jul 13
1
Top Posters For This Question
jessikalyngarcia 2 posts
tuanphan 1 post
jasonsymson 1 post
Popular Days
May 14 2020
1 post
May 15 2020
1 post
May 16 2020
1 post
Jul 13 2021
1 post
Popular Posts
jessikalyngarcia
Site URL: https://www.beautybyjessika.com Blog: beautybyjessika.com | NO PASSWORD Hello, I'm trying to use a custom font I uploaded to change my blog's site title/header branding. I've tri
tuanphan
Add to Home > Design > Custom CSS @font-face { font-family: celesse; src: url(https://static1.squarespace.com/static/55f4f0c9e4b08f0fd06083d8/t/5ebd87054cb3491b4103a54d/1589479173816/Cel
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment