Hi,
Im still trying to make a font working in Themler.
Now I got it working in responsive, but on computer it dont work.
What I have done:
Home --> Setting --> Custom CCS.
Added:
@font-face {
font-family: 'KGSomebodyThatIUsedToKnow';
src: url('https://www.wehodo.nl/KGSomebodyThatIUsedToKnow.ttf') format('truetype');
src: url('https://www.wehodo.nl/KGSomebodyThatIUsedToKnow.woff') format('woff');
}
body
{
font-family: 'KGSomebodyThatIUsedToKnow', KGSomebodyThatIUsedToKnow;
}
What Im doing wrong?
Hi, Im still trying to make a font working in Themler. Now I got it working in responsive, but on computer it dont work. What I have done: Home --> Setting --> Custom CCS. Added: @font-face { font-family: 'KGSomebodyThatIUsedToKnow'; src: url('https://www.wehodo.nl/KGSomebodyThatIUsedToKnow.ttf') format('truetype'); src: url('https://www.wehodo.nl/KGSomebodyThatIUsedToKnow.woff') format('woff'); } body { font-family: 'KGSomebodyThatIUsedToKnow', KGSomebodyThatIUsedToKnow; } What Im doing wrong?



