Hangul calligraphy (TTF)

Posted by 2x2p1p on Pro Webmasters See other posts from Pro Webmasters or by 2x2p1p
Published on 2011-01-30T18:24:19Z Indexed on 2011/01/30 23:33 UTC
Read the original article Hit count: 296

Filed under:
|
|

Hi guys.

I want a nice hangul font. Can somebody indicate one ? Something elegant and beautiful like this England calligraphy:

Calligraphy

I would like to apply it using css 3:

<!DOCTYPE html>

<html>
    <head>
        <meta charset = "utf-8">

        <style>
            @font-face {
                font-family: "hangul";
                src: url("hangul.ttf");
            }

            body {
                font-family: hangul;
            }
        </style>

        <title></title>
    </head>

    <body>
        ? ? ?
    </body>
</html>

Thanks

© Pro Webmasters or respective owner

Related posts about fonts

Related posts about css3