最近搜索


没有最近搜索

lucero's Avatar

lucero

已加入2021年5月28日

·

最后活动2022年2月03日

关注

0

关注者

0

活动总数

3

投票

0

订阅

1

活动概览

的最新活动 lucero

lucero 进行了评论,

社区评论 Discussion - Tips and best practices from the community

Hi jay darado

I put this, but the font didn´t solve

查看评论 · 已于 2020年9月10日 发布 · lucero

0

关注者

0

投票

0

评论


lucero 进行了评论,

社区评论 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.

 

查看评论 · 已于 2020年9月07日 发布 · lucero

0

关注者

0

投票

0

评论