Dogwoof Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://dogwoof.com/ Hi there, I've uploaded a custom font and have applied it everywhere through CSS but I can't seem to change on the homepage gallery section at the top (heading and button block). Is there some custom CSS I could use here? Template is Bedford. Thanks! Link to comment
Beyondspace Posted March 25, 2022 Share Posted March 25, 2022 32 minutes ago, Dogwoof said: Site URL: https://dogwoof.com/ Hi there, I've uploaded a custom font and have applied it everywhere through CSS but I can't seem to change on the homepage gallery section at the top (heading and button block). Is there some custom CSS I could use here? Template is Bedford. Thanks! Can you share screen of the code that you apply the custom font? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted March 25, 2022 Share Posted March 25, 2022 import custom font.mp4 You can follow the following tutorial to set custom font Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Dogwoof Posted March 28, 2022 Author Share Posted March 28, 2022 On 3/25/2022 at 1:31 PM, bangank36 said: Can you share screen of the code that you apply the custom font? Sure, this is what I currently have set up for the the headings and main navigation menu: @font-face { font-family: 'BARLOW'; src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d9129f105000f7aa18dfe/1648202026027/BarlowSemiCondensed-Bold.ttf'); } h1 {font-family: 'BARLOW';} h2 {font-family: 'BARLOW';} h3 {font-family: 'BARLOW';} .banner-thumbnail-wrapper .desc-wrapper * { font-family: 'BARLOW'; } @font-face { font-family: 'BARLOW-MEDIUM'; src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d956fee3487035071be68/1648203120000/BarlowSemiCondensed-Medium.ttf'); } #mainNavigation div a { font-family: BARLOW-MEDIUM; } However it doesn't carry over to the title and text on a gallery image. Link to comment
tuanphan Posted March 30, 2022 Share Posted March 30, 2022 On 3/28/2022 at 10:02 PM, Dogwoof said: Sure, this is what I currently have set up for the the headings and main navigation menu: @font-face { font-family: 'BARLOW'; src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d9129f105000f7aa18dfe/1648202026027/BarlowSemiCondensed-Bold.ttf'); } h1 {font-family: 'BARLOW';} h2 {font-family: 'BARLOW';} h3 {font-family: 'BARLOW';} .banner-thumbnail-wrapper .desc-wrapper * { font-family: 'BARLOW'; } @font-face { font-family: 'BARLOW-MEDIUM'; src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d956fee3487035071be68/1648203120000/BarlowSemiCondensed-Medium.ttf'); } #mainNavigation div a { font-family: BARLOW-MEDIUM; } However it doesn't carry over to the title and text on a gallery image. Use this CSS .meta-description * { font-family: 'BARLOW' !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment