Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

lucero's Avatar

lucero

Beigetreten 28. Mai 2021

·

Letzte Aktivität 03. Feb. 2022

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von lucero

lucero hat einen Kommentar hinterlassen

Community-Kommentar Discussion - Tips and best practices from the community

Hi jay darado

I put this, but the font didn´t solve

Kommentar anzeigen · Gepostet 10. Sept. 2020 · lucero

0

Follower

0

Stimmen

0

Kommentare


lucero hat einen Kommentar hinterlassen

Community-Kommentar 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.

 

Kommentar anzeigen · Gepostet 07. Sept. 2020 · lucero

0

Follower

0

Stimmen

0

Kommentare