Skip to content

Commit

Permalink
Merge pull request #6 from Vizioz/Issue-5
Browse files Browse the repository at this point in the history
Fixing the font folder issue, clearly I rushed a little two fast
  • Loading branch information
readingdancer authored May 21, 2020
2 parents 385ca56 + bbbad99 commit 2167d74
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<files>
<folder path="source" orgPath="App_Plugins/FontAwesomeIconPack" />
<file path="source/font-awesome.css" orgPath="App_Plugins/FontAwesomeIconPack/font-awesome.css" />
<file path="source/package.manifest" orgPath="App_Plugins/FontAwesomeIconPack/package.manifest" />

<file path="source/fa-solid-900.eot" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.eot" />
<file path="source/fa-solid-900.svg" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.svg" />
<file path="source/fa-solid-900.woff" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.woff" />
<file path="source/fa-solid-900.woff2" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.woff2" />
<file path="source/fa-solid-900.ttf" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.ttf" />

<file path="source/fa-brands-400.eot" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.eot" />
<file path="source/fa-brands-400.svg" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.svg" />
<file path="source/fa-brands-400.woff" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.woff" />
<file path="source/fa-brands-400.woff2" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.woff2" />
<file path="source/fa-brands-400.ttf" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.ttf" />
</files>
<info>
<package>
Expand Down
4 changes: 4 additions & 0 deletions source/font-awesome5130.css → source/font-awesome.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/*!
* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*
* Font Awesome Icon Pack by @vizioz - https://www.vizioz.com
* GitHub Repo: https://github.com/Vizioz/FontAwesomeIconPack
* License - https://github.com/Vizioz/FontAwesomeIconPack/blob/master/LICENSE.md ( Code: MIT License )
*/

@font-face {
Expand Down

0 comments on commit 2167d74

Please sign in to comment.