Release 5.0.0-beta7
This commit is contained in:
+20
-20
@@ -14,11 +14,11 @@
|
||||
<script defer src="../js/fontawesome.min.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="../css/font-awesome-core.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-solid.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-regular.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-light.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-brands.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-core.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-solid.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-regular.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-light.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-brands.css">
|
||||
</noscript>
|
||||
|
||||
<!-- font awesome team specific styling. ignore/replace with your own -->
|
||||
@@ -86,7 +86,7 @@
|
||||
<span class="fw6">Web Font</span>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome-pro" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<span class="dib fw8 v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-npm fa5-2x"></i>
|
||||
</span>
|
||||
<span class="fw6">npm Package</span>
|
||||
@@ -194,7 +194,7 @@
|
||||
|
||||
<ol class="mt0 mb4 pl3 list-position-outside">
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab the base Font Awesome loader at <code class="orange4">/js/fontawesome.js</code>.
|
||||
Grab the base Font Awesome loader at <code class="orange4">/js/fontawesome-pro.js</code>.
|
||||
</li>
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab one or more of the styles (ex: <code class="orange4">/js/packs/solid.js</code>) in the <code class="orange4">/js/packs</code> directory.
|
||||
@@ -215,7 +215,7 @@
|
||||
<div data-highlight class="bg-gray7 br2 bl bw3 b--gray6 pa4 mb4 overflow-scroll shadow-inset-6 lh-title">
|
||||
<head>
|
||||
<script defer src="/js/packs/solid.js"></script>
|
||||
<script defer src="/js/fontawesome.js"></script>
|
||||
<script defer src="/js/fontawesome-pro.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -228,7 +228,7 @@
|
||||
<head>
|
||||
<script defer src="/js/packs/light.js"></script>
|
||||
<script defer src="/js/packs/regular.js"></script>
|
||||
<script defer src="/js/fontawesome.js"></script>
|
||||
<script defer src="/js/fontawesome-pro.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -334,13 +334,13 @@
|
||||
|
||||
<ol class="mt0 mb4 pl3 list-position-outside">
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab the base Font Awesome icon font supporting styling at <code class="orange4">/css/font-awesome-core.css</code>
|
||||
Grab the base Font Awesome icon font supporting styling at <code class="orange4">/css/fontawesome-pro-core.css</code>
|
||||
</li>
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab one or more of the style CSS files (ex. <code class="orange4">/css/font-awesome-light.css</code>) in the <code class="orange4">/css</code> directory.
|
||||
Grab one or more of the style CSS files (ex. <code class="orange4">/css/fontawesome-pro-light.css</code>) in the <code class="orange4">/css</code> directory.
|
||||
</li>
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab the corresponding web font files (ex. <code class="orange4">/webfonts/fontawesome-light-300.woff2</code>) in the <code class="orange4">/webfonts</code> directory.
|
||||
Grab the corresponding web font files (ex. <code class="orange4">/webfonts/fontawesome-pro-light-300.woff2</code>) in the <code class="orange4">/webfonts</code> directory.
|
||||
</li>
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Place these files in your project static files.
|
||||
@@ -356,8 +356,8 @@
|
||||
<h3 class="mt0 mb3 f3 fw6 gray5">Example:</h3>
|
||||
<div data-highlight class="bg-gray7 br2 bl bw3 b--gray6 pa4 mb4 overflow-scroll shadow-inset-6 lh-title">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/font-awesome-solid.css">
|
||||
<link rel="stylesheet" href="/css/font-awesome-core.css">
|
||||
<link rel="stylesheet" href="/css/fontawesome-pro-solid.css">
|
||||
<link rel="stylesheet" href="/css/fontawesome-pro-core.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -368,9 +368,9 @@
|
||||
<h3 class="mt0 mb3 f3 fw6 gray5">Example with multiple styles:</h3>
|
||||
<div data-highlight class="bg-gray7 br2 bl bw3 b--gray6 pa4 mb4 overflow-scroll shadow-inset-6 lh-title">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/font-awesome-light.css">
|
||||
<link rel="stylesheet" href="/css/font-awesome-regular.css">
|
||||
<link rel="stylesheet" href="/css/font-awesome-core.css">
|
||||
<link rel="stylesheet" href="/css/fontawesome-pro-light.css">
|
||||
<link rel="stylesheet" href="/css/fontawesome-pro-regular.css">
|
||||
<link rel="stylesheet" href="/css/fontawesome-pro-core.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -598,7 +598,7 @@
|
||||
|
||||
<ol class="mt0 mb4 pl3 list-position-outside">
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Grab one or more of the web font files for the icon styles you want to use (ex. <code class="orange4">/webfonts/fontawesome-light-300.ttf</code>) in the <code class="orange4">/webfonts</code> directory.
|
||||
Grab one or more of the web font files for the icon styles you want to use (ex. <code class="orange4">/webfonts/fontawesome-pro-light-300.ttf</code>) in the <code class="orange4">/webfonts</code> directory.
|
||||
</li>
|
||||
<li class="lh-copy pl1 mb3">
|
||||
Add them to your Font Management Software (for Macs that often Font Book or Font Explorer X).
|
||||
@@ -690,7 +690,7 @@
|
||||
<script defer src="/js/packs/brands.js"></script>
|
||||
<script defer src="/js/packs/solid.js"></script>
|
||||
<script defer src="/js/v4-shims.js"></script>
|
||||
<script defer src="/js/fontawesome.js"></script>
|
||||
<script defer src="/js/fontawesome-pro.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -712,7 +712,7 @@
|
||||
<h2 class="mt0 mb2 b f5">Questions? Comments? Feedback?</h2>
|
||||
|
||||
<p class="mv0 f3 lh-copy gray7">
|
||||
We're still in beta land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/666" class="link blue4 underline-hover hover-blue" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link blue4 underline-hover hover-blue" target="_blank">our contributing doc</a>.
|
||||
We're still in beta land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/701" class="link blue4 underline-hover hover-blue" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link blue4 underline-hover hover-blue" target="_blank">our contributing doc</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
||||
+16
-8
@@ -14,11 +14,11 @@
|
||||
<script defer src="../js/fontawesome.min.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="../css/font-awesome-core.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-solid.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-regular.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-light.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-brands.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-core.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-solid.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-regular.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-light.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-brands.css">
|
||||
</noscript>
|
||||
|
||||
<!-- font awesome team specific styling. ignore/replace with your own -->
|
||||
@@ -86,7 +86,7 @@
|
||||
<span class="fw6">Web Font</span>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome-pro" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<span class="dib fw8 v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-npm fa5-2x"></i>
|
||||
</span>
|
||||
<span class="fw6">npm Package</span>
|
||||
@@ -116,7 +116,7 @@
|
||||
<div class="ph4 ph6-ns pv6">
|
||||
|
||||
<h1 class="mt0 mb6 b f6">
|
||||
<span class="db gray5 mb2 f3 fw6">As of 9/1/2017</span><span class="sr-only">:</span>
|
||||
<span class="db gray5 mb2 f3 fw6">As of 9/11/2017</span><span class="sr-only">:</span>
|
||||
All Font Awesome 5 Icons
|
||||
</h1>
|
||||
|
||||
@@ -14950,7 +14950,7 @@
|
||||
</section>
|
||||
|
||||
<section id="fab">
|
||||
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Brands & Logos <span class="pl3 gray5 fr">297 icons</span></h2>
|
||||
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Brands & Logos <span class="pl3 gray5 fr">298 icons</span></h2>
|
||||
|
||||
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
@@ -15401,6 +15401,14 @@
|
||||
<span class="ml2 f2 gray5 fw6">css3</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/css3-alt.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-css3-alt min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">css3-alt</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/cuttlefish.svg" target="_blank" class="color-inherit link">
|
||||
|
||||
+30
-22
@@ -14,11 +14,11 @@
|
||||
<script defer src="../js/fontawesome.min.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="../css/font-awesome-core.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-solid.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-regular.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-light.css">
|
||||
<link rel="stylesheet" href="../css/font-awesome-brands.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-core.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-solid.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-regular.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-light.css">
|
||||
<link rel="stylesheet" href="../css/fontawesome-pro-brands.css">
|
||||
</noscript>
|
||||
|
||||
<!-- font awesome team specific styling. ignore/replace with your own -->
|
||||
@@ -64,7 +64,7 @@
|
||||
<span class="fw6">Web Font</span>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/packages/fontawesome-pro" target="_blank" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
|
||||
<span class="dib fw8 v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-npm fa5-2x"></i>
|
||||
</span>
|
||||
<span class="fw6">npm Package</span>
|
||||
@@ -98,6 +98,30 @@
|
||||
|
||||
<section id="recent" class="">
|
||||
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/css3-alt.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-css3-alt min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">css3-alt</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/css3.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-css3 min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">css3</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/youtube.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-youtube min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">youtube</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/microsoft.svg" target="_blank" class="color-inherit link">
|
||||
@@ -154,14 +178,6 @@
|
||||
<span class="ml2 f2 gray5 fw6">cogs</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/youtube.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-youtube min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">youtube</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/solid/undo.svg" target="_blank" class="color-inherit link">
|
||||
@@ -12914,14 +12930,6 @@
|
||||
<span class="ml2 f2 gray5 fw6">cut</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/brands/css3.svg" target="_blank" class="color-inherit link">
|
||||
<i class="fab fa-css3 min-w1 w-auto"></i>
|
||||
</a>
|
||||
<span class="ml2 f2 gray5 fw6">css3</span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="ma0 pa3 w-third w-20-ns link hover-bg-white br2">
|
||||
<div class="flex flex-row flex-no-wrap items-center" style="font-size: 16px;">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome-Pro/tree/master/svgs/light/crosshairs.svg" target="_blank" class="color-inherit link">
|
||||
|
||||
+241
-214
File diff suppressed because it is too large
Load Diff
+220
-209
File diff suppressed because it is too large
Load Diff
+433
-421
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user