Hello,
I am trying to use custom fonts in the css file, the code seems to be correct, but the fonts do not display correctly
@font-face {
font-family: K 10;
font-style: normal;
font-weight: normal;
src: url(Kcustom.eot);
}
Thanks Jean
Hello,
I am trying to use custom fonts in the css file, the code seems to be correct, but the fonts do not display correctly
@font-face {
font-family: K 10;
font-style: normal;
font-weight: normal;
src: url(Kcustom.eot);
}
Thanks Jean
Fonts that contain spaces or special characters in their name must be enclosed in single or double quotes.