How to add custom font in dawn theme

Solved

How to add custom font in dawn theme

NOT1
Shopify Partner
272 2 117

How to add custom font in dawn theme

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@NOT1 , follow this tutorial https://bsscommerce.com/shopify/add-custom-font-to-shopify/

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2303 847 1061

This is an accepted solution.

Hi @NOT1
Step 1: Download the font you want

Step 2: Upload font to content -> File -> Copy link

BSSCommerceHDL_1-1726409339764.png

 


Step 3: Insert this code to file base.css: 

 

@font-face {
font-family: ‘font-name’;
src: url('link_cdn_font') format(‘woff’);
}

body {

font-family: font-name;

}

 

Hope this can help you 😍



 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@NOT1 , follow this tutorial https://bsscommerce.com/shopify/add-custom-font-to-shopify/

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2303 847 1061

This is an accepted solution.

Hi @NOT1
Step 1: Download the font you want

Step 2: Upload font to content -> File -> Copy link

BSSCommerceHDL_1-1726409339764.png

 


Step 3: Insert this code to file base.css: 

 

@font-face {
font-family: ‘font-name’;
src: url('link_cdn_font') format(‘woff’);
}

body {

font-family: font-name;

}

 

Hope this can help you 😍



 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now