Skip to content

Commit

Permalink
Including fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydan2 committed Dec 16, 2019
1 parent d0da95d commit 3e11ef7
Show file tree
Hide file tree
Showing 32 changed files with 20,565 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/header_includes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ end }}

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
<script src="https://kit.fontawesome.com/b76b73e8e8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="{{ "fontawesome/css/all.min.css" | absURL }}" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL}}" />
{{- range .Site.Params.customCSS -}}
Expand Down
3 changes: 2 additions & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,9 @@ blockquote {

blockquote::before {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 3em;
font-family: "FontAwesome";
color: rgba(192, 192, 192, 0.3);
position: absolute;
left: 6px;
Expand Down
34 changes: 34 additions & 0 deletions static/fontawesome/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Font Awesome Free License
-------------------------

Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license/free.

# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
packaged as SVG and JS file types.

# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

# Code: MIT License (https://opensource.org/licenses/MIT)
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

# Attribution
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
Awesome Free files already contain embedded comments with sufficient
attribution, so you shouldn't need to do anything additional when using these
files normally.

We've kept attribution comments terse, so we ask that you do not actively work
to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.

# 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. **Please do not use brand logos for any purpose except
to represent the company, product, or service to which they refer.**
Loading

0 comments on commit 3e11ef7

Please sign in to comment.