Elena123 Posted August 10, 2022 Share Posted August 10, 2022 (edited) Site URL: https://www.ecdesigns.com.au/ Feeling a bit discouraged at the moment, I hope someone can help me here! Basically I'm rebuilding my site, and this time I'm using an Adobe font (which means I don't get to upload the font files in Squarespace as you would normally do) I think I followed all the steps correctly, but for some reason the font weight doesn't respond to any of the changes I make in the custom CSS window! It looks quite thick (and frankly I don't like it at all) but no matter which font weight I write in the CSS it won't change. This is the initial CSS I pasted: h1, h2, h3, h4 { font-family: ivypresto-display, serif; font-weight: 100; font-style: normal; } Then I tried to add the tag 'important' : h1, h2, h3, h4 { font-family: ivypresto-display, serif; font-weight: 100!important; font-style: normal; } Then I even tried to add the block ID: #block-62e84ce8a6a00313a250c053 { font-family: ivypresto-display,serif; font-weight: 100!important; font-style: normal; } Not sure if this will help at all, but here is the code provided by Adobe which I injected in the header: <link rel="stylesheet" href="https://use.typekit.net/wgr0pgr.css"> Here are Adobe's exact instructions: "To use these fonts on a web page, copy this code into the <head> tag of your HTML: <link rel="stylesheet" href="https://use.typekit.net/wgr0pgr.css">" So I pasted this into the code injection section, in the header window. I hope I did ok. Can anyone think of anything to make the font weight responsive? TIA Edited August 10, 2022 by Elena123 Link to comment
tuanphan Posted August 10, 2022 Share Posted August 10, 2022 Hi. It looks fine to me. What should it look like? 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
Elena123 Posted August 10, 2022 Author Share Posted August 10, 2022 14 hours ago, tuanphan said: Hi. It looks fine to me. What should it look like? Hello Tuanphan, thanks for reading this. I would like to use the thin weight (font-weight: 100) I attached a screenshot that shows the difference between how the font is shown on the Adobe Fonts website, and how it looks on my Squarespace site. TIA Link to comment
Elena123 Posted August 10, 2022 Author Share Posted August 10, 2022 3 minutes ago, Elena123 said: Hello Tuanphan, thanks for reading this. I would like to use the thin weight (font-weight: 100) I attached a screenshot that shows the difference between how the font is shown on the Adobe Fonts website, and how it looks on my Squarespace site. TIA Something quite strange just happened... The font weight now is finally responding, but only for the normal style. The italic text, is still not responding. Examples attached below. 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