grahampotts Posted October 29, 2020 Share Posted October 29, 2020 Hi guys, wondered if you could help. I've uploaded a custom font onto my squarespace with the below css it all works. But the font flicks between poppins and my chosen font. is there a way to resolved this? //ADDING RECOLETA FONT// @font-face { font-family: 'RECOLETA'; src: url(https://static1.squarespace.com/static/5f44bd1daa22771fceac51f9/t/5f9a3edd3368d735c0c405c9/1603944157899/Recoleta+Regular.woff2); } //ASSIGN RECOLETA FONT// .blog-item-title h1.entry-title { font-family:'RECOLETA'!important ;} .blog-masonry .blog-title { font-family:'RECOLETA'!important;} h1 {font-family: 'RECOLETA';} h2 {font-family: 'RECOLETA';} h3 {font-family: 'RECOLETA';} h4 {font-family: 'RECOLETA';} IMG_1582.MOV Link to comment
Gules Posted October 30, 2020 Share Posted October 30, 2020 Hi, this is not a solution to your problem (sorry), but I was hoping you could help me get as far as you have 🙂 I have added the fonts successfully to CSS but I don't know what the next step is/where to retrieve them? Link to comment
tuanphan Posted October 30, 2020 Share Posted October 30, 2020 add !important eg h1, h2, h3, h4 {font-family: 'RECOLETA' !important;} grahampotts 1 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
grahampotts Posted October 31, 2020 Author Share Posted October 31, 2020 Thanks Tuanphan. That worked a treat!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment