Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Matthew Scheuerman's Avatar

Matthew Scheuerman

Beigetreten 28. Mai 2021

·

Letzte Aktivität 27. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

2

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Matthew Scheuerman

Matthew Scheuerman hat einen Kommentar hinterlassen

Community-Kommentar Discussion - Tips and best practices from the community

@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!

Kommentar anzeigen · Gepostet 04. Nov. 2014 · Matthew Scheuerman

0

Follower

0

Stimmen

0

Kommentare