YSlow:HTTP标头中没有指定字符集

Sim*_*gro 3 .htaccess

The following resources have no character set specified in their HTTP headers. 
Specifying a character set in HTTP headers can speed up browser rendering.

http://www.mysite.com/assets/fonts/Roboto/Roboto300.woff
http://www.mysite.com/assets/fonts/Roboto/Roboto700.woff
http://www.mysite.com/assets/fonts/font-awesome/fontawesome-webfont.woff
Run Code Online (Sandbox Code Playgroud)

我如何通过.htaccess修复它?

anu*_*ava 9

尝试在.htaccess中添加以下两行:

AddDefaultCharset UTF-8
AddCharset UTF-8 .htm .html .css .js .woff
Run Code Online (Sandbox Code Playgroud)