| css | ||
| fonts | ||
| images/site | ||
| .gitignore | ||
| build.sh | ||
| CNAME | ||
| LICENSE | ||
| README.markdown | ||
SPARK CDN ✨
A repository containing my static assets. ✨
ABOUT 📚
This repository contains some static assets that I need for various projects. To use this repository as an ad-hoc CDN the assets are put into a directory and deployed to the "gh-pages" branch of this repository. The build script build.sh performs this task.
FONTS ✒️
You can include any of the fonts from this "CDN" by adding this line to your HTML code:
<link rel="stylesheet" href="https://cdn.alyxshang.boo/css/sparkfonts.css" type="text/css"/>
Warning: The fonts used I collected over a long period of time. If you are the creator of any of the fonts and you object to me publishing them in this way, please open an issue and let me know.
The following fonts are available:
AztecRetrotypeSCP-MediumSCP-RegularOnestSpyDollsRussianDollmakerSymbolFontVogueVoodoDollsAileronRobotoFlexApercuOsakaCourierNewDotMatrixRalewayCircularMediumTriestDripCormorantItalicCoutureCyberpunkFiraCode-RegularFreshLycheeGaramondGaramondItalicMCMerriweather-RegularMMDOrangeSliceOstrichOstrichThinPlayfairDisplay-RegularPSBVT323LobsterCherieBombBlackironGarotaeasymilkposibenegraphicatriskyouthEddaKingthingsExeterNeueMontrealBoldNeueMontrealLightNeueMontrealMediumMogenaGICNFluroBoldItaliana
To use these fonts in your own projects specify the font you would like to use like this in your stylesheets:
font-family: "name-of-font";
name-of-font specifies any of the names from the list above. These fonts should work across multiple browsers since this "CDN" contains the fonts in the WOFF, WOFF2, TTF, and OTF formats, respectively.
IMAGES 📷
The images in the images directory contain art made by me. Copying, tracing or selling these images is strictly prohibited.
NOTE 📜
- Spark CDN ✨ by Alyx Shang 🖤.
- Licensed under the FSL v1.