最近の検索


最近の検索はありません

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

コメント