- Go to Commerce > Websites > Configuration
- Select the website and domain where the theme is activated and click Configure
- Navigate to the Theme name > Web Fonts subtab
- To improve page load when web fonts are loaded, check the Load Web Font Scripts Asynchronously box.
- If required, you can add a font style to the Google Families list. You may follow SuiteAnswer: 92940 Configuring Web Fonts
- Go to the Commerce Website
- Press ESC
- Click the Setting Gear Icon
- Select the Activated Theme
- Edit the Skin Fonts
- Use the desire font
- Then, Add HTML Content on All Pages
- Use the following code with example font.
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap'); html, body, *{ font-family: 'Raleway', Sans-Serif !important; }Copy - Publish the Content