mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Actually add JetBrainsMono fonts
This commit is contained in:
parent
a8c8b5bc4f
commit
73290d2321
18 changed files with 6 additions and 7 deletions
|
@ -22,6 +22,8 @@ cp -r "$BASEDIR/node_modules/@fortawesome/fontawesome-free/css/all.min.css" "$ST
|
|||
mkdir -p "$STATIC_BUILD/scss"
|
||||
cp -r "$STATIC_SRC/scss"/* "$STATIC_BUILD/scss"
|
||||
|
||||
cp -r "$BASEDIR/node_modules/@fortawesome/fontawesome-free/webfonts" "$STATIC_BUILD"
|
||||
mkdir -p "$STATIC_BUILD/webfonts"
|
||||
cp -r "$STATIC_SRC/webfonts"/* "$STATIC_BUILD/webfonts"
|
||||
cp -r "$BASEDIR/node_modules/@fortawesome/fontawesome-free/webfonts"/* "$STATIC_BUILD/webfonts"
|
||||
|
||||
hugo -vDEF --gc $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue