Skip to content

Commit

Permalink
Add Font Awesome CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 3, 2024
1 parent 0dbad64 commit f7d74b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ $font-size: 14pt;
$font-size-icon: 1em;

@import "functions";

@import url("https://fonts.googleapis.com/css2?family=#{str-replace($font-family-body, " ", "+")}:ital,wght@0,400;0,700;1,400&family=#{str-replace($font-family-head, " ", "+")}:ital,wght@0,400;0,700;1,400&display=swap");

@import "../node_modules/normalize-scss/sass/normalize";

$fa-font-path: "/webfonts/fontawesome/";
@import "../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "../node_modules/@fortawesome/fontawesome-free/scss/brands.scss";
@import "../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
@import "../node_modules/@fortawesome/fontawesome-free/scss/regular.scss";

@import "code";

body {
Expand Down

0 comments on commit f7d74b2

Please sign in to comment.