Posted
Filed under Htm&Javascript

[원문]http://home.tiscali.nl/developerscorner/fdc-varia/font-embedding.htm


<style type="text/css">
@font-face {
    font-family: "Ace Crikey";
    src: url(ace.ttf);
}
.ace {
    font-family: "Ace Crikey";
    font-size: 230%;
}
</style>

css-validator:

2010/02/24 10:05 2010/02/24 10:05