Skip to content

Commit

Permalink
fix: set default font family
Browse files Browse the repository at this point in the history
  • Loading branch information
kevelopment committed Nov 7, 2023
1 parent 65969c4 commit 045ac9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/styles.scss
Expand Up @@ -3,3 +3,8 @@
@import "bulma";

@import "./fontawesome/css/all.min.css";

:root {
--fa-style-family: var(--fa-style-family-sharp);
--fa-style: 900;
}

1 comment on commit 045ac9d

@vercel
Copy link

@vercel vercel bot commented on 045ac9d Nov 7, 2023

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.