mjp2892 Posted October 14, 2021 Share Posted October 14, 2021 Site URL: https://www.madisonpapp.com/ Hi! I am working within a new template (going beyond the landing page on my website)... I am trying to upload some custom fonts using CSS and it is not working... any ideas? The font on H1 is Roboto and is not shifting to Reey with the code below @font-face { font-family: 'Reey-Regular'; src: url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/61686a3101db57695436dde4/1634232882067/Reey-Regular.otf), url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/6168707da89e9254156cb854/1634234493849/Reey-Regular.woff), url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/61687086bbcf2c04c957eb55/1634234502377/Reey-Regular.woff2); } h1{ font-family: 'Reey-Regular'; } Link to comment
Beyondspace Posted October 16, 2021 Share Posted October 16, 2021 (edited) On 10/15/2021 at 2:02 AM, mjp2892 said: Site URL: https://www.madisonpapp.com/ Hi! I am working within a new template (going beyond the landing page on my website)... I am trying to upload some custom fonts using CSS and it is not working... any ideas? The font on H1 is Roboto and is not shifting to Reey with the code below @font-face { font-family: 'Reey-Regular'; src: url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/61686a3101db57695436dde4/1634232882067/Reey-Regular.otf), url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/6168707da89e9254156cb854/1634234493849/Reey-Regular.woff), url(https://static1.squarespace.com/static/5c364fe0cc8feda148eb5ce4/t/61687086bbcf2c04c957eb55/1634234502377/Reey-Regular.woff2); } h1{ font-family: 'Reey-Regular'; } Your specific style for h1 is overwritten by a higher priority. Therefore, if you want style for general h1 tag, include the !important to your style css, or use the same selector to overwrite the target selected item Support me by pressing 👍 if this useful for you Edited October 16, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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