Release 5.0.0-beta7
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user