Shopify themes, liquid, logos, and UX
hi!
i have a scrolling banner on my website and i want to change its font to a custom font.
here's my website
thanks in advance!
You can try this code by following these steps:
Step 1: Online Stores > Themes > Edit code
Step 2: Put your custom font file into the assets folder
Step 3: click on theme.liquid and paste the code above the </head>
<style>
@font-face {
font-family: 'your font name';
src: url('{{'your font name.woff' | asset_url}}');
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
hey, this didnt work. is there anything else i can try?
Hi. After completing the above operation, you also need to modify the font of the banner. Did you do it?
yes, it still didnt work
Hi. Maybe there's a problem somewhere. If possible, I can help you directly modify it.
So I need to access your store as a collaborator if possible.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025