JulieStamenic Posted April 11, 2020 Share Posted April 11, 2020 Site URL: http://www.juliestamenic.com Hi all, Could anyone tell me what is missing in the below code to apply my customized font to my site title? I have tried the below code but it does not do anything... Page in question is: https://www.juliestamenic.com/portfolio CSS Code: @font-face { font-family: 'flood'; src: url('https://static1.squarespace.com/static/58fa64a22e69cfe88ec04b3f/t/5e91d23d39bf386e5444816e/1586614845140/Flood.otf'); } #siteTitle a {font-family: 'flood'; src: url('https://static1.squarespace.com/static/58fa64a22e69cfe88ec04b3f/t/5e91d23d39bf386e5444816e/1586614845140/Flood.otf'),; } Thanks a million Julie Link to comment
tuanphan Posted April 12, 2020 Share Posted April 12, 2020 Add to Home > Design > Custom CSS @font-face { font-family: 'flood'; src: url('https://static1.squarespace.com/static/58fa64a22e69cfe88ec04b3f/t/5e91d23d39bf386e5444816e/1586614845140/Flood.otf'); } .site-title a { font-family: 'flood'; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JulieStamenic Posted April 12, 2020 Author Share Posted April 12, 2020 It worked ! 🙂 Thanks a lot @tuanphan ! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.