Búsquedas recientes


No hay búsquedas recientes

Matthew Scheuerman's Avatar

Matthew Scheuerman

Incorporación 28 may 2021

·

Última actividad 27 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

2

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Matthew Scheuerman

Matthew Scheuerman hizo un comentario,

Comentario de la comunidad 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!

Ver comentario · Publicado 04 nov 2014 · Matthew Scheuerman

0

Seguidores

0

Votos

0

Comentarios