Sam 山
Sam 山

Reputation: 42863

Resource interpreted as font but transferred with MIME type text/html

@font-face {
    font-family:kai;
    src: url(fonts/kai.ttf);
}

body {
    font-family: kai, georgia, tahoma,verdana,serif;        
}

I checked with this web site http://www.webconfs.com/http-header-check.php alt text

Not quite sure it won't use this font? How can I get it to use this particular font?

Upvotes: 1

Views: 10203

Answers (1)

Related Questions