最近搜索


没有最近搜索

Lauren Ulmer's Avatar

Lauren Ulmer

已加入2021年5月28日

·

最后活动2021年10月27日

关注

0

关注者

0

活动总数

4

投票

0

订阅

1

活动概览

的最新活动 Lauren Ulmer

Lauren Ulmer 进行了评论,

社区评论 Discussion - Tips and best practices from the community

Got it resolved, FYI for anyone using typekit, delete the ".tk-" at the beginning of your font names. 

查看评论 · 已于 2016年11月16日 发布 · Lauren Ulmer

0

关注者

0

投票

0

评论


Lauren Ulmer 进行了评论,

社区评论 Discussion - Tips and best practices from the community

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. 

查看评论 · 已于 2016年11月16日 发布 · Lauren Ulmer

0

关注者

0

投票

0

评论


Lauren Ulmer 进行了评论,

社区评论 Discussion - Tips and best practices from the community

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;
}

查看评论 · 已于 2016年11月16日 发布 · Lauren Ulmer

0

关注者

0

投票

0

评论