Skip to content

Commit a4bf9e6

Browse files
authored
Merge pull request #305 from CMSgov/QPPA-0000-vite-font-awesome-update
QPPA-0000: Adds fontawesome package so qpp-style loads font family correctly
2 parents 397b735 + b8bb980 commit a4bf9e6

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@cmsgov/design-system": "2.8.0",
3131
"@vitejs/plugin-react": "4.2.1",
3232
"core-js": "3.31.1",
33+
"font-awesome": "4.7.0",
3334
"postcss": "8.4.31",
3435
"react": "^16.13.1",
3536
"react-code-blocks": "0.1.2",

src/styles/_global.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import './variables';
2+
@import 'font-awesome/css/font-awesome.min.css';
23

34
body {
45
margin: 0;

0 commit comments

Comments
 (0)