Build minimal demo site
This commit is contained in:
BIN
fonts/static/SourceSans3-Black.ttf
Normal file
BIN
fonts/static/SourceSans3-Black.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Black.woff2
Normal file
BIN
fonts/static/SourceSans3-Black.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-BlackItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-BlackItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Bold.ttf
Normal file
BIN
fonts/static/SourceSans3-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Bold.woff2
Normal file
BIN
fonts/static/SourceSans3-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-BoldItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-BoldItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraBold.ttf
Normal file
BIN
fonts/static/SourceSans3-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraBold.woff2
Normal file
BIN
fonts/static/SourceSans3-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraBoldItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraBoldItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-ExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraLight.ttf
Normal file
BIN
fonts/static/SourceSans3-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraLight.woff2
Normal file
BIN
fonts/static/SourceSans3-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraLightItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-ExtraLightItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-ExtraLightItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Italic.ttf
Normal file
BIN
fonts/static/SourceSans3-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Italic.woff2
Normal file
BIN
fonts/static/SourceSans3-Italic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Light.ttf
Normal file
BIN
fonts/static/SourceSans3-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Light.woff2
Normal file
BIN
fonts/static/SourceSans3-Light.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-LightItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-LightItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-LightItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-LightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Medium.ttf
Normal file
BIN
fonts/static/SourceSans3-Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Medium.woff2
Normal file
BIN
fonts/static/SourceSans3-Medium.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-MediumItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-MediumItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Regular.ttf
Normal file
BIN
fonts/static/SourceSans3-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-Regular.woff2
Normal file
BIN
fonts/static/SourceSans3-Regular.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-SemiBold.ttf
Normal file
BIN
fonts/static/SourceSans3-SemiBold.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-SemiBold.woff2
Normal file
BIN
fonts/static/SourceSans3-SemiBold.woff2
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-SemiBoldItalic.ttf
Normal file
BIN
fonts/static/SourceSans3-SemiBoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/static/SourceSans3-SemiBoldItalic.woff2
Normal file
BIN
fonts/static/SourceSans3-SemiBoldItalic.woff2
Normal file
Binary file not shown.
8
fonts/static/woff2.sh
Executable file
8
fonts/static/woff2.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Compress all font files in the current directory using woff2_compress
|
||||
|
||||
for font in *.ttf *.otf; do
|
||||
if [[ -f "$font" ]]; then
|
||||
woff2_compress "$font"
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user