Recent searches
No recent searches

lucero
Joined May 28, 2021
·
Last activity Feb 03, 2022
Following
0
Followers
0
Total activity
3
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by lucero
lucero commented,
View comment · Posted Sep 10, 2020 · lucero
0
Followers
0
Votes
0
Comments
lucero commented,
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.
View comment · Posted Sep 07, 2020 · lucero
0
Followers
0
Votes
0
Comments