Thursday 17 January 2013

how to add ttf font in css

<style type="text/css">

@font-face {

font-family: "Ace Crikey";

src: url('x.ttf');

}

.a {

font-family: "Ace Crikey";

font-size: 230%;

}

</style>

No comments:

Post a Comment