Emily_20 Posted February 22, 2021 Share Posted February 22, 2021 Site URL: https://emilytraub.com/work/sf-usability-report Hello! I'm new to squarespace and have been using both Custom CSS and Markdown blocks to customize my fonts across my site (Rubik and Red Hat Text) - however, I found that neither of the two fonts I was using were appearing when other people viewed them on their own devices (they only saw the fonts from the default font 'pack'). So, I went to the "fonts" section under "design", found one of my fonts (Rubik, the one that I'm using for headings), and selected it, but couldn't find the second, so am continuing to specify it only using markdown blocks. After I did this, I noticed that all my headings are (for the most part haha! Sometimes they will switch back while I'm editing my website) displaying with a very light weight (looks around 300, even though it's supposed to be 500) and I'm not sure how to change it! It's like the font pack is overriding the changes i'm trying to make? Any help would be very much appreciated! Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 Hi. What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Emily_20 Posted February 23, 2021 Author Share Posted February 23, 2021 18 hours ago, Emily_20 said: cca Just got rid of the password! Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 Try this code @font-face { font-family: "Red-Hat-Text"; src: url('https://static1.squarespace.com/static/5ff380733fe4fe33db92dcd1/t/5ff49a9e1a1a75700e33ba27/1609865887104/RedHatText-Regular.ttf') } p { font-family: "Red-Hat-Text",sans-serif; font-weight: 500; font-size: 16px; line-height: 1.6875em; color: #3f3f3f; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Emily_20 Posted March 2, 2021 Author Share Posted March 2, 2021 Thank you so much, that did it! 18 hours ago, tuanphan said: Try this code @font-face { font-family: "Red-Hat-Text"; src: url('https://static1.squarespace.com/static/5ff380733fe4fe33db92dcd1/t/5ff49a9e1a1a75700e33ba27/1609865887104/RedHatText-Regular.ttf') } p { font-family: "Red-Hat-Text",sans-serif; font-weight: 500; font-size: 16px; line-height: 1.6875em; color: #3f3f3f; } Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 On 3/2/2021 at 8:08 AM, Emily_20 said: Thank you so much, that did it! I see huge white space on right of screen on mobile. Do you want to fix this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.