Recent searches
No recent searches

Matthew Scheuerman
Joined May 28, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
2
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Matthew Scheuerman
Matthew Scheuerman commented,
@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!
View comment · Posted Nov 04, 2014 · Matthew Scheuerman
0
Followers
0
Votes
0
Comments