字体真棒:图标不出现

Font Awesome: Icons don't appear

我想开始使用 Font Awesome,因为它比图标图像更容易使用,但是当我尝试显示图标时出现此错误:

Font from origin 'http://5.13.X.YYY' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access

这是我正在使用的 HTML 代码: <i class="fa fa-camera-retro"></i>

但是图标显示为空白方块。我正在使用 XAMPP 并在我的本地主机上托管该网站。我能做什么?

编辑:我以这种方式链接样式表: <link rel="stylesheet" href="<?php bloginfo('template_directory');?>/css/font-awesome.min.css">

通过使用“//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”而不是 font-awesome [=16 的路径来修复它=] 放在我的电脑里。