Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi!
on www.seoulstation.ch : I tried to setup the font CaliforniaGothic-Regular for headers by:
1. Uploading the woff2 files in "new assets"
2. adding the CSS file at the bottom of the base.css:
Yet the new font does not show: why? Thanks for your help!
Hey @10xfuel
I'm guessing you wanna apply this font so try this code instead.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
body {
font-family: 'CaliforniaGothic-Regular' !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
thanks for your help! Yet the font is not applied/visible: the headers should look like this:
https://www.mattlag.com/californiagothic/
Hi @10xfuel,
You need to upload the font at Files.
You can follow the instructions below, it will display fine: https://community.shopify.com/c/shopify-design/correct-an-error-after-adding-a-custom-font-the-wrong...