Búsquedas recientes
No hay búsquedas recientes

Lauren Ulmer
Incorporación 28 may 2021
·
Última actividad 27 oct 2021
Seguimientos
0
Seguidores
0
Actividad total
4
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Lauren Ulmer
Lauren Ulmer hizo un comentario,
Got it resolved, FYI for anyone using typekit, delete the ".tk-" at the beginning of your font names.
Ver comentario · Publicado 16 nov 2016 · Lauren Ulmer
0
Seguidores
0
Votos
0
Comentarios
Lauren Ulmer hizo un comentario,
Hi Wes, Thanks for your response! I posted the script they gave me in the Document Head on my Zendesk template, but for some reason it's still not working.
Good to hear the syntax is correct, I wasn't sure because Zendesk originally had fonts formatted like $font1 and I wasn't sure if I should use that or the quotes.
Ver comentario · Publicado 16 nov 2016 · Lauren Ulmer
0
Seguidores
0
Votos
0
Comentarios
Lauren Ulmer hizo un comentario,
Hi there, I'm trying to add fonts (sourced from Typekit, not a file) into my theme. I've entered the below code, but when I save the changes, the fonts are not showing up on my site. I've published them in the Typekit platform, but I'm wondering if my syntax is correct. These are the fonts I'm trying to add: .tk-alternate-gothic-no-3-d, .tk-proxima-nova. Thanks!
body {
background-color: $color_5;
color: $color_3;
font-family: ".tk-alternate-gothic-no-3-d", "regular";
font-size: 15px;
font-weight: 400;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
body > main {
min-height: 65vh;
}
}
h1, h2, h3, h4, h5, h6 {
font-family: ".tk-proxima-nova";
font-weight: 400;
margin-top: 0;
}
Ver comentario · Publicado 16 nov 2016 · Lauren Ulmer
0
Seguidores
0
Votos
0
Comentarios