i want to use this font i made at this one website called fontstruct.
and i found the css code its:
<style>@font-face {
font-family: "italic";
src: url() format("truetype");
}
h1 { font-family: "italic", sans-serif;text-decoration:italic;}
</style> it says it works but it doesnt. please help