Shopify themes, liquid, logos, and UX
Hi,
I have uploaded 4 fonts to assets.
I have allocated the heading font and body font in typography fine.
How would i update css to be able to use the next two ?
Amalfi coast font in Hexcode #F44A87 to be used when i click italic in the shopify theme editor.
KIONA font to be shown when i click Bold in the shopify theme editor
hey @Hello2222 ,
First, generate font face of your fonts from this website https://transfonter.org/
and then add that CSS file to the assets and then upload the fonts files and replace the file destination.
Thank you for your reply.
I added this:
<style>
@font-face {
font-family: 'CaslonCP-_1';
src: url('https://cdn.shopify.com/s/files/1/0449/3266/1416/files/CaslonCP-_1.woff2?v=1708950995');
}
@font-face {
font-family: 'Kiona-Bold';
src: url('https://cdn.shopify.com/s/files/1/0449/3266/1416/files/Kiona-Bold.woff2?v=1708951011');
}
@font-face {
font-family: 'amalfi-coast-_1';
src: url('https://cdn.shopify.com/s/files/1/0449/3266/1416/files/amalfi-coast-_1.woff2?v=1708951043');
}
@font-face {
font-family: 'ITC_Avant_Garde_Gothic_Book_Regular';
src: url('https://cdn.shopify.com/s/files/1/0449/3266/1416/files/ITC_Avant_Garde_Gothic_Book_Regular.woff2?v=1...');
}
h1{
font-family: 'CaslonCP-_1';
}
}
h2{
font-family: 'Kiona-Bold';
}
}
h3{
font-family: 'amalfi-coast-_1‹';!important;
}
p {
font-family: 'ITC_Avant_Garde_Gothic_Book_Regular';
}
However when i select h2, h3 in the theme editor the font doesnt appear
I'm not sure how to select them?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024