Skip to content

Commit 69a10a1

Browse files
committed
Add Font Awesome
1 parent 2b7b65e commit 69a10a1

37 files changed

+5848
-0
lines changed

_includes/layout/base/html-head.html

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
99
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
1010
{% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}<meta name="description" content="{{ metadescription }}">{% endif %}
11+
12+
{% comment %}<!-- load Font Awesome but hide it if JS is disabled -->{% endcomment %}
13+
<link rel="stylesheet" href="/css/font-awesome-4.4.0/css/font-awesome.min.css">
14+
<noscript><style>.fa { display: none !important; }</style></noscript>
15+
1116
{% lesscss main.less %}
1217
<!--[if lt IE 8]>{% lesscss ie.css %}<script type="text/javascript" src="/js/ie.js"></script><![endif]-->
1318
<!--[if IE 8]>{% lesscss ie8.less %}<![endif]-->

css/font-awesome-4.4.0/COPYING

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Font License
2+
3+
Applies to all desktop and webfont files in the following directory: font-awesome/fonts/.
4+
License: SIL OFL 1.1
5+
URL: http://scripts.sil.org/OFL
6+
7+
Code License
8+
9+
Applies to all CSS and LESS files in the following directories: font-awesome/css/, font-awesome/less/, and font-awesome/scss/.
10+
License: MIT License
11+
URL: http://opensource.org/licenses/mit-license.html
12+
13+
Documentation License
14+
15+
Applies to all Font Awesome project files that are not a part of the Font or Code licenses.
16+
License: CC BY 3.0
17+
URL: http://creativecommons.org/licenses/by/3.0/
18+
19+
Brand Icons
20+
21+
All brand icons are trademarks of their respective owners.
22+
The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
2+
Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
3+
comprehensive icon sets or copy and paste your own.
4+
5+
Please. Check it out.
6+
7+
-Dave Gandy

0 commit comments

Comments
 (0)