最近搜索
没有最近搜索

Matthew Scheuerman
已加入2021年5月28日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Matthew Scheuerman
Matthew Scheuerman 进行了评论,
@Jan B,
I have been trying every permutation I can, to try to use a custom font in my theme. I am loading the font files into the assets tool, and I am using the following CSS:
@font-face {
font-family: 'Regular';
src: local ('Regular'),
src: url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.eot'),
src: url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.eot?#iefix'),
url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.woff2') format('woff2'),
url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.woff') format('woff'),
url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.searchbox_header {
font-family: 'Regular';
}
Any advice would be greatly appreciated. Thanks!
查看评论 · 已于 2014年11月04日 发布 · Matthew Scheuerman
0
关注者
0
投票
0
评论