Skip to content

Commit a4c3af0

Browse files
committed
Update from Fontawesome 4 to 6.3.0
And moving all fontawesome assets to their own directory that follows the structure of ZIP files distributed from https://fontawesome.com/download
1 parent 9dee049 commit a4c3af0

16 files changed

+28
-574
lines changed

_layouts/default.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
<link rel="alternate" type="application/rss+xml" href="{{ site.baseurl }}/feed.xml" />
2424

25-
<link href="{{ site.baseurl }}/css/font-awesome.min.css" rel="stylesheet">
25+
<link href="{{ site.baseurl }}/fontawesome/css/fontawesome.min.css" rel="stylesheet">
26+
<link href="{{ site.baseurl }}/fontawesome/css/brands.min.css" rel="stylesheet">
27+
<link href="{{ site.baseurl }}/fontawesome/css/solid.min.css" rel="stylesheet">
2628
<link href="{{ site.baseurl }}/css/fonts.css" rel="stylesheet">
2729
<link href="{{ site.baseurl }}/css/pure.css" rel="stylesheet">
2830
<link href="{{ site.baseurl }}/css/style.css" rel="stylesheet">
@@ -48,7 +50,7 @@
4850
<div class="copylink">
4951
<span><a href="{{ site.baseurl }}" class="wglink">{% include logo-fordark.html %} <span class="wglink-text">Working Group</span></a> {% include copy.html %} {{ site.time | date: "%Y" }}</span>
5052
<span class="nomobile" style="margin: 0 0.7rem;">&middot;</span>
51-
<a class="nomobile rss-button" href="{{ site.baseurl }}/feed.xml"><i class="fa fa-rss-square"></i> RSS</a>
53+
<a class="nomobile rss-button" href="{{ site.baseurl }}/feed.xml"><i class="fa-solid fa-rss-square"></i> RSS</a>
5254
<ul class="links nomobile" style="margin-top: 0.3rem">
5355
<li><a href="{{ site.baseurl }}/index.html">Home</a></li>
5456
<li><a href="{{ site.baseurl }}/wg.html">
@@ -60,8 +62,8 @@
6062
<span class="notablet">Specifications</span>
6163
<span class="tablet">Specs</span>
6264
</a></li>
63-
<li class="iconsep"><a href="{{ site.github.owner_url }}"><span class="fa fw-fw fa-github"></span></a></li>
64-
<li class="iconsep"><a href="https://twitter.com/ircv3"><span class="fa fw-fw fa-twitter"></span></a></li>
65+
<li class="iconsep"><a href="{{ site.github.owner_url }}"><span class="fa-brands fw-fw fa-github"></span></a></li>
66+
<li class="iconsep"><a href="https://twitter.com/ircv3"><span class="fa-brands fw-fw fa-twitter"></span></a></li>
6567
</ul>
6668
</div>
6769
</div>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="widebg"><div class="container content" style="padding: 1.5rem 0">
99

10-
<h2 style="margin-top: 0">Working Group Updates <a class="rss-button" href="{{ site.baseurl }}/feed.xml"><i class="fa fa-rss-square"></i> RSS</a></h2>
10+
<h2 style="margin-top: 0">Working Group Updates <a class="rss-button" href="{{ site.baseurl }}/feed.xml"><i class="fa-solid fa-rss-square"></i> RSS</a></h2>
1111

1212
<p>To see other WG updates, see the <a style="color: #fff" href="{{ site.baseurl }}/wg.html">Working Group page.</a></p>
1313

css/font-awesome.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

fontawesome/css/brands.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fontawesome/css/fontawesome.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fontawesome/css/solid.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2023 Fonticons, Inc.
5+
*/
6+
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
183 KB
Binary file not shown.
105 KB
Binary file not shown.
386 KB
Binary file not shown.
146 KB
Binary file not shown.

0 commit comments

Comments
 (0)