최근 검색
최근 검색 없음

Lauren Ulmer
가입한 날짜: 2021년 5월 28일
·
마지막 활동: 2021년 10월 27일
팔로잉
0
팔로워
0
총 활동 수
4
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Lauren Ulmer
Lauren Ulmer님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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
댓글