Shopify Makes Fonts Easy — Licensing Does Not
Shopify stores typography from three main places:
- Theme settings — font pickers in the theme editor
- Theme code —
base.css,theme.liquid, section-specific CSS - Apps and custom CSS — review widgets, page builders, injected styles
Each path can introduce fonts your theme developer licensed for the theme marketplace — not for your store.
Shopify's Built-In Fonts
Shopify provides a set of system and licensed fonts through its font library. Fonts selected via the theme editor from Shopify's catalog are generally covered for use on Shopify-hosted storefronts.
The risk starts when:
- A developer adds custom
@font-facerules - A theme bundles self-hosted commercial
.woff2files - An app injects typography from external CDNs
- You paste CSS from a design mockup that uses desktop-licensed fonts
Where to Look in Your Theme
Check these files in your theme code (Online Store → Themes → Edit code):
assets/base.cssortheme.csslayout/theme.liquid—<link>tags to font servicessnippets/— section-specific font imports- Custom CSS field in theme settings
Search for: @font-face, fonts.googleapis.com, use.typekit.net, .woff2
Common Shopify Font Problems
| Scenario | Risk |
|---|---|
| Premium theme from ThemeForest | May bundle commercial fonts without web rights |
| Designer mockup CSS pasted in | Desktop license ≠ web license |
| Adobe Fonts kit from agency | Stops working when subscription ends — or never had web rights |
Custom font upload to /files/ | No license verification at upload time |
Pageview Limits
Some web font licenses cap monthly pageviews. High-traffic Shopify stores can exceed limits on fonts you assumed were "free" through a theme bundle.
What Shopify Store Owners Should Do
- Scan your live store URL —
yourstore.myshopify.comor custom domain - List every non-Shopify-native font detected
- For each commercial font: purchase a web license or replace with Google Fonts / Shopify catalog alternative
- Add font review to your theme update checklist
- Ask agencies for font license documentation at handoff
Safe Alternatives for Shopify
If you need to replace a flagged font:
- Use fonts from the Shopify theme editor font library
- Switch to Google Fonts (verify OFL/license for each family)
- Purchase a web font license from MyFonts or the foundry directly
Conclusion
Shopify does not police font licensing on your behalf. The theme looked great in the demo — but the font license might not transfer to your business. Scan before you scale ad spend on a non-compliant storefront.