Haiko__ Posted December 24, 2021 Share Posted December 24, 2021 Site URL: https://www.capilla-wine.com Hi ! I would like to make a font on my site everywhere but always stay the length of "Title 1" "Title 2" "§1" "§2" Etc.... The name of my typography is "Copperplate Gothic Light Regular" Thanks your for the answer ! 😄 Link to comment
Beyondspace Posted December 25, 2021 Share Posted December 25, 2021 (edited) 22 hours ago, Haiko__ said: Site URL: https://www.capilla-wine.com Hi ! I would like to make a font on my site everywhere but always stay the length of "Title 1" "Title 2" "§1" "§2" Etc.... The name of my typography is "Copperplate Gothic Light Regular" Thanks your for the answer ! 😄 To make it clear, do you mean importing a new custom font to your site and apply it to all words? Steps to install and use a custom font you can try my following video: import custom font.mp4 Hope that it makes sense Support me by pressing 👍 if this useful for you Edited December 25, 2021 by bangank36 Haiko__ 1 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
Haiko__ Posted December 27, 2021 Author Share Posted December 27, 2021 Thanks bangank36 for your answer. I want apply it to all words. With your video that change lot of much words but not all, like : Link to comment
Beyondspace Posted December 27, 2021 Share Posted December 27, 2021 4 hours ago, Haiko__ said: Thanks bangank36 for your answer. I want apply it to all words. With your video that change lot of much words but not all, like : Maybe some Css codes with more specific selector have overwritten it Try setting important it * { font-family: "yourcustomfont" !important; } Hope that it can help you 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
Haiko__ Posted December 27, 2021 Author Share Posted December 27, 2021 10 minutes ago, bangank36 said: Maybe some Css codes with more specific selector have overwritten it Try setting important it * { font-family: "yourcustomfont" !important; } Hope that it can help you That doesn't work, That increases the size of the words. Link to comment
Beyondspace Posted December 27, 2021 Share Posted December 27, 2021 Can you share a screenshot of custom css where you install font? 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
Haiko__ Posted December 27, 2021 Author Share Posted December 27, 2021 (edited) And how make the font on phone too? Edited December 27, 2021 by Haiko__ Link to comment
Haiko__ Posted December 27, 2021 Author Share Posted December 27, 2021 1 hour ago, bangank36 said: Can you share a screenshot of custom css where you install font? I add this : @font-face { font-family: 'Copperplate+Gothic+Light+Regular'; src: url(https://static1.squarespace.com/static/5d1e2133d078a2000116425f/t/61c9832307a49857f090e1e1/1640596259233/Copperplate+Gothic+Light+Regular.ttf); } .mobile-bar-wrapper *, h1 { font-family: 'Copperplate+Gothic+Light+Regular' !important; font-size: 30px } And that work I didn't know why but that work and work on phone 😄 Thanks for your help @bangank36 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