Skip to content

Commit

Permalink
Add in fonts that didn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
tko22 committed May 4, 2021
1 parent 649ce77 commit a679ca1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hack4impact-uiuc/bridge",
"version": "1.2.5",
"version": "1.2.6",
"description": "Hack4Impact UIUC's Design System + React Component library",
"main": "dist/index.js",
"author": "Timothy Ko <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ export default {
"src/static/fonts/hk-grotesk/HKGrotesk-Regular.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Medium.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Bold.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-LightItalic.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Light.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Italic.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-MediumItalic.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-SemiBold.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Bold.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-BoldItalic.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-ExtraBold.otf",
"src/static/fonts/hk-grotesk/HKGrotesk-Black.otf",
],
dest: "dist/fonts/hk-grotesk",
},
Expand Down

1 comment on commit a679ca1

@vercel
Copy link

@vercel vercel bot commented on a679ca1 May 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.