Support Vilkas Suite

Use the Google Fonts service in your online shop | Vilkas Group

Written by Vilkas Support | May 31, 2017 9:00:00 PM
Starter
Mini
Active
Pro
With the Google Fonts service it is possible to add special fonts safely and without the customer having to install the font on their own computer.
 

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.