Custom Fonts
Our stores can use any Web Font (.woff, .woff2) font files. For more information on Web Fonts see https://fonts.google.com/knowledge/glossary/web_font .
Web Fonts are upload to your store instance then added to a CSS file which then allows your fonts to be added to the Stores Theme .
If you would like us to add a custom font for you please submit a support ticket and include your font files.
Adding Custom Fonts
Convert your fonts to woff and woff2 formats if not already in those formats. We recommend using https://cloudconvert.com/ttf-to-woff
Upload your fonts to the Media Tab of the store builder.
Created a css file containing your fonts. Replace the {values} in the fields below.
CODE@font-face { font-family: '{font_name}'; font-weight: {font_weight}; src: url('{woff2_font_url}') format('woff2'), url('{woff_font_url}') format('woff') }
Example
CODE@font-face { font-family: 'Poppins Regular'; font-weight: 400; src: url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-Regular-1698704565738.woff2') format('woff2'), url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-Regular-1698704798369.woff') format('woff') } @font-face { font-family: 'Poppins Bold'; font-weight: 700; src: url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-Bold-1698704223024.woff2') format('woff2'), url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-Bold-1698704787443.woff') format('woff') } @font-face { font-family: 'Poppins Extra Bold'; font-weight: 800; src: url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-ExtraBold-1698704536241.woff2') format('woff2'), url('https://store-media.mpowerpromo.com/65204b2a109394488dae3d72/assets/Poppins-ExtraBold-1698704787446.woff') format('woff') }
Add CSS to your sites Head Tags.
Open the Head Tags from the stores main menu.
Select Add Tag and then Link.
Fill out link form.
Set Description to “fonts.css”
Set Rel to “stylesheet”
Paste you custom css in the code editor.
Select Save.
Update Theme to use custom fonts.
Navigate to the Theme section of the store builder.
Under the Typography section enter your Base and Headings Font Family as well as Headings Font Weight.
Select Save Theme.