mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Actually add JetBrainsMono fonts
This commit is contained in:
parent
a8c8b5bc4f
commit
73290d2321
|
@ -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 $@
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
font-style: normal;
|
||||
font-family: "JetBrains Mono";
|
||||
font-display: swap;
|
||||
src: local("JetBrains Mono"),
|
||||
local("JetBrains-Mono"),
|
||||
url("../lib/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2") format("woff2"),
|
||||
url("../lib/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff") format("woff"),
|
||||
url("../lib/JetBrainsMono/web/eot/JetBrainsMono-Regular.eot") format("embedded-opentype"),
|
||||
url("../lib/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf") format("truetype");
|
||||
src: url("../webfonts/JetBrainsMono/JetBrainsMono-Regular.woff2") format("woff2"),
|
||||
local("JetBrains Mono"),
|
||||
local("JetBrains-Mono"),
|
||||
};
|
||||
|
|
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Bold.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Bold.woff2
Normal file
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ExtraBold.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ExtraBold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ExtraLight.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ExtraLight.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Italic.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Italic.woff2
Normal file
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Light.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Light.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Medium.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Medium.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Regular.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Regular.woff2
Normal file
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Thin.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-Thin.woff2
Normal file
Binary file not shown.
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ThinItalic.woff2
Normal file
BIN
static/src/webfonts/JetBrainsMono/JetBrainsMono-ThinItalic.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue