Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi guys,
I am trying to input a handwriting type of font in my collection descriptions. I'm using the below code but the fonts I have tried don't work and if they have 'cursive' in the name it just uses a generic ugly cursive font instead of the one I got from Google Fonts. I've tried a few and none work. Any ideas why?
Solved! Go to the solution
This is an accepted solution.
Try the other alternative.
Add the below within your header code.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
It should be looking similar to the below screenshot:
If further assistance or other custom edits are considered, you can hire me or other developers.
Have a nice day!
Hi there,
What font are you trying to use? Below, is a snippet example that when added to your theme.css file should work as expected.
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
.collection_description p {
font-family: 'Cedarville Cursive', cursive !important;
}
Let me know if this fixed your issue.
Kind regards,
Gabriel
Thanks for replying!
This is what I put:
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
.collection__description p {
text-align: center !important;
font-family: 'Dancing Script', cursive !important;
}
Web link below shows how it is a super ugly font, not the font as it appears on Google Fonts. Any idea why?
https://meridianetch.com.au/collections/personalised-cake-toppers
This is an accepted solution.
Try the other alternative.
Add the below within your header code.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
It should be looking similar to the below screenshot:
If further assistance or other custom edits are considered, you can hire me or other developers.
Have a nice day!
Thanks so much Gabriel, it worked perfectly.
I'll keep your details for when I need work done in the future.
Much appreciated!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024