Install a font in your online shop
Choose a suitable font from the Google Fonts service. Click the "+" button for the font you would like to use.
Copy the link and the CSS formatting for the font and add them to the administration page Settings > General Settings > Advanced settings.
The CSS formatting must be enclosed with the <style> and </style> tags. After the Font-family (and possibly font-weight) formatting you need to add !important in order to overwrite the existing font in the shop design.
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <style> * { font-family: 'Open Sans', sans-serif !important; } </style>
If you need help installing a font please don't hesitate to contact our customer service. If you are looking for a specific font that is not available from Google there are also chargable services such as fonts.com, where you can order well known fonts for a monthly fee. Fonts from different font providers are installed with this same technique.