mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-14 17:20:29 +08:00
referenced .min.css file for CDN
IMHO the CDN file suggested for copy/paste should be the minified file. This will help save 3.878kb; just think of all the people who this will benefit: + those on limited devices & connections (mobile) + millions of people who have to pay per Mb of downloading + SEOs whose sites will get-to-glass 0.06 seconds faster, improving ROI + grateful cat video viewers whose internet pipelines aren't clogged by CSS files
This commit is contained in:
parent
0373b63c16
commit
e0026016c9
@ -27,7 +27,7 @@ relative_path: ../
|
||||
<li>
|
||||
Paste the following code into the <code><head></code> section of your site's HTML.
|
||||
{% highlight html %}
|
||||
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.min.css" rel="stylesheet">
|
||||
{% endhighlight %}
|
||||
<p class="alert alert-success"><i class="fa fa-info-circle"></i> Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.</p>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user