Skip to content

Commit b7084eb

Browse files
committed
Fix directory name
1 parent 25853d0 commit b7084eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"package.json",
2222
"package-lock.json",
2323
"css/.gitkeep",
24-
"fonts/.gitkeep",
24+
"webfonts/.gitkeep",
2525
"icons/.gitkeep",
2626
"js/.gitkeep",
2727
"resources",

resources/css/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "sass:meta";
22
@import "../../node_modules/reset-css/reset.css";
33
@import "../../node_modules/purecss/build/pure.css";
4-
$fa-font-path: "../fonts";
4+
$fa-font-path: "../webfonts";
55
@include meta.load-css("../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome");
66
@include meta.load-css("../../node_modules/@fortawesome/fontawesome-free/scss/solid");
77
@import "../../node_modules/highlight.js/styles/base16/zenburn.css";

0 commit comments

Comments
 (0)