Assistant ZIQYRépond à partir de nos guides
Bonjour, comment puis-je vous aider ?

Choisissez votre plateforme, puis posez votre question.

Réponses générées à partir des articles du centre d’aide.

Support ZIQY
My ticketsNew ticketHelp centerSign in
Help centerOur platformsRentalChange your front-end font with Google Fonts
Rental

Change your front-end font with Google Fonts

Updated 3 months ago2 min read

Change your front-end font with Google Fonts

Change your front-end font with Google Fonts

Go to the Google Fonts website. Here is the Google Fonts URL: fonts.google.com Search for the Google Font you want to apply to your front-end. Click on a font in the results list to open its page.

Click "Select" at the end of the row for each font weight you want to be able to use on your front-end. We recommend selecting at least the following weights:

  • Light
  • Regular
  • Bold

The list of selected weights is displayed in the right-hand panel. Once all weights are selected, choose the "@import" option.

Then select this portion of code and copy it. Select only the portion of code starting with @ and ending with ; You do not need to copy the

<style> </style> tags.

Go to the back-end of your rental platform, under the Administration - Front-end menu. Open the "Pages" tab.

Click on the builder icon of any page. You will not need to repeat this procedure on each page — you are going to modify the CSS stylesheet globally. In the builder, click on the CSS icon to edit your front-end CSS. Paste the portion of code copied from Google Fonts into the editor that opens.

Then add the following snippet:

body {
   font-family: "YYY", sans-serif;
}

In this snippet, replace YYY with the name of your Google Font (for example: Montserrat). Verify the information you have entered. You should have the following result:

@import url('XXX');
body {
  font-family: "YYY", sans-serif;
}

==> XXX being the URL provided in the code copied from Google Fonts ==> YYY being the name of your Google Font

Once the information has been verified, click the "Fermer" button. A notification will inform you that your CSS has been updated. Refresh a page of your front-end and see the font change.

Was this article helpful?

Related articles

Help center

Hybrid stock: more flexible and more realistic inventory management

4 min read
plateformes

How to refund a rental whose items have been handed over to the customer?

2 min read
plateformes

Automations — Frequently Asked Questions

2 min read
On this page
Still stuck?

Our assistant attempts an instant answer, otherwise a human takes over.

Create a ticket