Font-face CSS change not implemented
-
I’m trying to give the login page the same look as the website.
However the font-face doesn’t seem to be applied.This is my code:
@font-face {
font-family: ‘ntf-grandregular’;
src: url(‘/wp-content/font/ntf-grand-regular-webfont.ttf’) format(‘ttf’),
url(‘/wp-content/font/ntf-grand-regular-webfont.woff2’) format(‘woff2’),
url(‘/wp-content/font/ntf-grand-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
}I’ve tried changing the ‘ to “” and also removing the qoutes.
Is this a CSS issue or is there something wrong with the code?The exact same code we use on the main websites without issues.
Hope to hear from you.
Best Regards,
RoyThe page I need help with: [log in to see the link]
The topic ‘Font-face CSS change not implemented’ is closed to new replies.