Typography
Global Fonts
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Click Theme settings.
- Click Typography.
- For each type of text, click Change to use the font picker.
- Explore fonts by using the search field.
- Click the name of the font that you want to use.
- Click Select.
- Click Save.
By default, fonts are coming from Shopify's library. Get more details here.
To use custom fonts, follow instructions by Shopify.
Headings
A heading is usually title of page, section, product, collection, article, etc.
Subheadings
Subheading is a mini-headline which supports headings with more detail and usually reside under/above headings.
Body
Body font is the main typography applied to content that a reader will focus on, and it's usually set in a smaller font size than headings or titles.
Product details, page descriptions and article contents are good example of body text.
Default body font size is 14px.
For developers:
When using CSS, 1rem means 10px. Uomo theme uses tailwind CSS to manage all styles.
Explore html class name with font sizes below:
Class name | Font size | Class name | Font size | Class name | Font size |
text-xs | 10px | text-sm | 13px | text-base | 14px |
text-md | 15px | text-lg | 16px | text-xl | 18px |
text-2xl | 20px | text-3xl | 26px | text-4xl | 30px |
text-5xl | 35px | text-6xl | 40px | text-7xl | 70px |