Hi
I’ve tried adding a fontdeck font i bought and used before with the neighborhood theme, somehow i can’t get it to work on the joyn theme.
I’ve added this in the custom js field:
WebFontConfig = { fontdeck: { id: ‘MY-ID’ } };
(function() {
var wf = document.createElement(‘script’);
wf.src = (‘https:’ == document.location.protocol ? ‘https’ : ‘http’) +
‘://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js’;
wf.type = ‘text/javascript’;
wf.async = ‘true’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(wf, s);
})();
And added this snippet to the custom css field:
body, p{text-align: justify; -moz-text-align-last: left; text-align-last: left; font-family:”Din Text Pro Regular”, Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;}
Where you see MY-ID i of course have my customer id but i figured i shouldn’t post that here 😉
Also i would like to remove the hover border above the menu/navigation items, it worked on current but not on hover?