Recherches récentes


Pas de recherche récente

lucero's Avatar

lucero

Adhésion le 28 mai 2021

·

Dernière activité le 03 févr. 2022

Suivis

0

Abonnés

0

Activité totale

3

Votes

0

Abonnement

1

APERÇU DES ACTIVITÉS

Dernière activité effectuée par lucero

lucero a ajouté un commentaire,

Commentaire de la communauté Discussion - Tips and best practices from the community

Hi jay darado

I put this, but the font didn´t solve

Afficher le commentaire · Publication le 10 sept. 2020 · lucero

0

Abonnés

0

Votes

0

Commentaire


lucero a ajouté un commentaire,

Commentaire de la communauté Discussion - Tips and best practices from the community

Hello,

I have tried to insert a font family Gilroy, but it is not recognized in CSS. Please help me!!. this is my code:

1.

2. in the file style.css   company= I know the company is a reference 

@font-face {
font-family: 'Gilroy';
src: url('//company.zendesk.com/hc/Gilroy-Regular.eot');
src: url('//company.zendesk.com/hc/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
url('//company.zendesk.com/hc/Gilroy-Regular.woff2') format('woff2'),
url('//company.zendesk.com/hc/Gilroy-Regular.woff') format('woff'),
url('//company.zendesk.com/hc/Gilroy-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

 

3.finally I put font-family in the code, body, H1,H2,H3...... 

5.

 

Afficher le commentaire · Publication le 07 sept. 2020 · lucero

0

Abonnés

0

Votes

0

Commentaire