Skip to content

Commit

Permalink
⬆️ Updated font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed May 5, 2023
1 parent 1978e1d commit 1537bae
Show file tree
Hide file tree
Showing 12 changed files with 7,963 additions and 7 deletions.
12 changes: 7 additions & 5 deletions exampleSite/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,17 @@ params:
socialmedia:
- link: https://github.com/lucperkins/github-fresh
# Icons are from Font Awesome
icon: github
icon: fa-brands fa-github
- link: https://dribbble.com/#
icon: dribbble
icon: fa-brands fa-dribbble
- link: https://facebook.com/#
icon: facebook
icon: fa-brands fa-facebook
- link: https://twitter.com/lucperkins
icon: twitter
icon: fa-brands fa-twitter
- link: https://bitbucket.org/#
icon: bitbucket
icon: fa-brands fa-bitbucket
- link: https://bitbucket.org/#
icon: fa-brands fa-mastodon
bulmalogo: true
quicklinks:
column1:
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>{{ $socialMediaTitle }}</h3>
<div class="level-left">
{{- range $socialMedia }}
<a class="level-item" href="{{ .link }}">
<span class="icon"><i class="fa fa-{{ .icon }}"></i></span>
<span class="icon"><i class="{{ .icon }}"></i></span>
</a>
{{- end }}
</div>
Expand Down
7,956 changes: 7,955 additions & 1 deletion static/css/icons.css

Large diffs are not rendered by default.

Binary file added static/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file added static/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file added static/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file added static/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file added static/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file added static/fonts/fa-solid-900.woff2
Binary file not shown.
Binary file added static/fonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added static/fonts/fa-v4compatibility.woff2
Binary file not shown.
Binary file removed static/fonts/fontawesome-webfont.woff2
Binary file not shown.

0 comments on commit 1537bae

Please sign in to comment.