mrbayl Posted June 8 Share Posted June 8 Hi, Does anyone have any idea why my newly inserted font is only showing me a limited selection of my font characters (repertoire), most work and then the one I want does not. Could it be the file type that I've used? I've tried the otf and the woff. Attached is what i'm after (the ct to be joined) which works in photoshop but not through square space. Any advice or help would be greatly appreciated. The coding is as follows: https://ukulele-gold-meyy.squarespace.com/config/design/custom-css @font-face { font-family: 'Baskerville'; src: url(https://static1.squarespace.com/static/646707301c7a1d3d12f7c708/t/6481832e2b9c280752a1fffc/1686209329390/AnyConv.com__baskerville.woff); } h1 { font-family: 'Baskerville'; } h2 { font-family: 'Baskerville'; } h3 { font-family: 'Baskerville'; } h4 { font-family: 'Baskerville'; } h5 {font-family: 'Baskerville' !important; font-size: 30px; font-weight: 300; color: #000000; letter-spacing: 0; line-height: 1em; } .sqsrte-large { font-family: 'Baskerville'; } p { font-family: 'Baskerville'; } .sqsrte-small { font-family: 'Baskerville'; } Link to comment
Ziggy Posted June 8 Share Posted June 8 You may have to enable ligatures in the CSS, try adding this after font family for each of the headings: font-variant-ligatures: common-ligatures; Or try one of the variations laid out here:https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
mrbayl Posted June 9 Author Share Posted June 9 Thank you Ziggy, I'll give that a go. 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