I have been attempting to implement custom fonts in my CSS stylesheet. Although the code appears to be accurate, the fonts are not showing up correctly.
@font-face {
font-family: K 10;
font-style: normal;
font-weight: normal;
src: url(Kcustom.eot);
}