Jump to content

V0uk

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by V0uk

  1. I've got a file named "index.html":

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <style>
                @font-face
                {
                    font-family: Azonix;
                    src: url(azonix-webfont.woff);
                }
            </style>
        </head>
        <body>
            <p style="font-family: Azonix;">Hello!</p>
        </body>
    </html>

    But it's displayed with default font, not Azonix.

    What should I do?

×
×
  • Create New...