Adding branding font - Narrative

ReggieBaby
Excursionist
43 0 10

Hello,

 

We are using Narrative theme and want to add our brands font.

 

Could anyone please help me, I am a novice and don't know anything about coding.

 

Thanks

 

Reggie

Replies 4 (4)

KetanKumar
Shopify Partner
36843 3636 11978

@ReggieBaby 

you have easy add your custom font 

1. Go to Online Store->Theme->Edit code
2.Asset->/theme.scss.liquid->upload your custom font all font tyep = TTF, OTF, WOFF, WOFF2, SVG
3. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

@font-face {
font-family: 'Montserrat-Regular';
src: url('{{ 'Montserrat-Regular.eot?' | asset_url }}');
src: url('{{ 'Montserrat-Regular.eot??#iefix' | asset_url }}') format('embedded-opentype'),
url('{{ 'Montserrat-Regular.woff' | asset_url }}') format('woff'),
url('{{ 'Montserrat-Regular.ttf' | asset_url }}') format('truetype'),
url('{{ 'Montserrat-Regular.svg#Montserrat-Regular' | asset_url }}') format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: antialiased;
}

can you please just change font name, for example, Montserrat-Regular to your custom font name

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ReggieBaby
Excursionist
43 0 10

Hey KetanKumar,

 

Apologies would you be able to tell me which asset to use if I am using the DEBUT theme?

 

Reggie

Ahsan_ANC
Shopify Partner
1362 246 312

You should upload your font files in the assets folder of your theme and enter their name with extension at the location specified in below image of the @KetanKumar post.

 

download (27).png

 

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

Ahsan_ANC
Shopify Partner
1362 246 312

HI @ReggieBaby you can use this guide for adding a custom font. there is also a video tutorial at the bottom of the page.

 

How to add a custom font in Shopify 

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search