checkmymachine Posted February 18, 2021 Share Posted February 18, 2021 Site URL: https://tulip-wrasse-a4lb.squarespace.com Hi everyone, I'm having trouble ensuring all my fonts are consistent, specifically the titles on this page (they should be Circular not Acumin): https://tulip-wrasse-a4lb.squarespace.com/portfolio and the next/previous project links at the bottom of each page, for example: https://tulip-wrasse-a4lb.squarespace.com/portfolio/anthony-burrill title of the site has defaulted to a serif font, looks ok for me on chrome but not Safari: https://tulip-wrasse-a4lb.squarespace.com pw is TPP2020 Thanks in advance! Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 Q1. Use this code h1, h2, h3, h4 { font-family: 'Circular' !important; } Q2. Add to Custom CSS @media screen and (max-width:767px) { h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !important; } } Q3. Have you declared font-face for 'CircularStd-Medium' yet? checkmymachine 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
checkmymachine Posted February 19, 2021 Author Share Posted February 19, 2021 Thanks so much - perfect! I really appreciate it. I haven't declared font-face for 'CircularStd-Medium' - how do I do that? Link to comment
checkmymachine Posted February 19, 2021 Author Share Posted February 19, 2021 Dont worry I've worked it out - 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