Skip to content

Commit

Permalink
Add Font Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
harding committed Aug 10, 2015
1 parent 2b7b65e commit 69a10a1
Show file tree
Hide file tree
Showing 37 changed files with 5,848 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/layout/base/html-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
{% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}<meta name="description" content="{{ metadescription }}">{% endif %}

{% comment %}<!-- load Font Awesome but hide it if JS is disabled -->{% endcomment %}
<link rel="stylesheet" href="/css/font-awesome-4.4.0/css/font-awesome.min.css">
<noscript><style>.fa { display: none !important; }</style></noscript>

{% lesscss main.less %}
<!--[if lt IE 8]>{% lesscss ie.css %}<script type="text/javascript" src="/js/ie.js"></script><![endif]-->
<!--[if IE 8]>{% lesscss ie8.less %}<![endif]-->
Expand Down
22 changes: 22 additions & 0 deletions css/font-awesome-4.4.0/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Font License

Applies to all desktop and webfont files in the following directory: font-awesome/fonts/.
License: SIL OFL 1.1
URL: http://scripts.sil.org/OFL

Code License

Applies to all CSS and LESS files in the following directories: font-awesome/css/, font-awesome/less/, and font-awesome/scss/.
License: MIT License
URL: http://opensource.org/licenses/mit-license.html

Documentation License

Applies to all Font Awesome project files that are not a part of the Font or Code licenses.
License: CC BY 3.0
URL: http://creativecommons.org/licenses/by/3.0/

Brand Icons

All brand icons are trademarks of their respective owners.
The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
7 changes: 7 additions & 0 deletions css/font-awesome-4.4.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit 69a10a1

Please sign in to comment.