Recherches récentes
Pas de recherche récente

Matthew Scheuerman
Adhésion le 28 mai 2021
·
Dernière activité le 27 oct. 2021
Suivis
0
Abonnés
0
Activité totale
2
Votes
0
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Matthew Scheuerman
Matthew Scheuerman a ajouté un commentaire,
@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!
Afficher le commentaire · Publication le 04 nov. 2014 · Matthew Scheuerman
0
Abonnés
0
Votes
0
Commentaire