Skip to content

Commit

Permalink
67 Font Awesome icons (#72)
Browse files Browse the repository at this point in the history
* upgrade deps; new lint rules

* initial FAIcon component

* use font awesome icons

* upgrade deps

* docs

* remove material symbols font and Icon component

* pr fixes
  • Loading branch information
mwarman authored Oct 31, 2024
1 parent f5d98c6 commit 2dfe52e
Show file tree
Hide file tree
Showing 59 changed files with 921 additions and 696 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The technology stack includes:
- DayJS - date utility functions
- TanStack React Table - tables and datagrids
- Tailwind - styling
- Material Symbols - icons
- Font Awesome - icons
- Testing Library React - tests
- Vitest - tests
- MSW - API mocking
Expand Down Expand Up @@ -243,7 +243,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
- [Formik][formik]
- [Yup][yup]
- [Tailwind CSS][tailwind]
- [Material Symbols][icons]
- [Font Awesome][fontawesome]
- [Testing Library][testing-library]
- [GitHub Actions][ghactions]

Expand All @@ -254,7 +254,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
[formik]: https://formik.org/ 'Formik'
[yup]: https://github.com/jquense/yup 'Yup'
[tailwind]: https://tailwindcss.com/ 'Tailwind CSS'
[icons]: https://fonts.google.com/icons 'Material Symbols'
[fontawesome]: https://fontawesome.com/ 'Font Awesome'
[tanstack]: https://tanstack.com/ 'TanStack'
[testing-library]: https://testing-library.com/ 'Testing Library'
[ghactions]: https://docs.github.com/en/actions 'GitHub Actions'
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
rel="stylesheet"
/>
<title>React Starter | LeanStacks</title>
</head>
<body>
Expand Down
Loading

0 comments on commit 2dfe52e

Please sign in to comment.