Búsquedas recientes


No hay búsquedas recientes

lucero's Avatar

lucero

Incorporación 28 may 2021

·

Última actividad 03 feb 2022

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de lucero

lucero hizo un comentario,

Comentario de la comunidad Discussion - Tips and best practices from the community

Hi jay darado

I put this, but the font didn´t solve

Ver comentario · Publicado 10 sept 2020 · lucero

0

Seguidores

0

Votos

0

Comentarios


lucero hizo un comentario,

Comentario de la comunidad 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.

 

Ver comentario · Publicado 07 sept 2020 · lucero

0

Seguidores

0

Votos

0

Comentarios