Comments 2Sergey started the conversationMarch 28, 2017 at 12:13amHello!Please help me to set custom font with @font-face I have custom font DINCondensedWebLight, all files .eot .woff .ttf and css code:@font-face { font-family: 'DINCondensedWebLight'; src: url('DNC47__W.eot'); src: url('DNC47__W.eot?#iefix') format('embedded-opentype'), url('DNC47__W.woff2') format('woff2'), url('DNC47__W.woff') format('woff'), url('DNC47__W.ttf') format('truetype'), url('DNC47__W.svg#DINCondensedWeb-Light') format('svg'); font-weight: normal; font-style: normal; } Please tell me:1) Where to put (wich directory) files DNC47__W.eot and other font files?2) Where to put css code (above)?3) What to write in fields "Primary font URL" & "Primary font name" (on screenshot)Thank you! 2Sergey repliedMarch 28, 2017 at 3:34amThanks to Laborator video!I did everything by my self )) 1,558Laborator repliedMarch 28, 2017 at 11:40amHi Sergey,Glad to hear that you managed to find out a fix for your issues.Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello!
Please help me to set custom font with @font-face
I have custom font DINCondensedWebLight, all files .eot .woff .ttf and css code:
@font-face {
font-family: 'DINCondensedWebLight';
src: url('DNC47__W.eot');
src:
url('DNC47__W.eot?#iefix') format('embedded-opentype'),
url('DNC47__W.woff2') format('woff2'),
url('DNC47__W.woff') format('woff'),
url('DNC47__W.ttf') format('truetype'),
url('DNC47__W.svg#DINCondensedWeb-Light') format('svg');
font-weight: normal;
font-style: normal;
}
Please tell me:
1) Where to put (wich directory) files DNC47__W.eot and other font files?
2) Where to put css code (above)?
3) What to write in fields "Primary font URL" & "Primary font name" (on screenshot)
Thank you!
Thanks to Laborator video!
I did everything by my self ))
Hi Sergey,
Glad to hear that you managed to find out a fix for your issues.
Best regards,
Laborator Team