A repository containing my static assets. https://cdn.alyxshang.boo
Find a file
alyxshang 5a655d679d
All checks were successful
/ test (push) Successful in 28s
Update README.markdown
2026-07-30 12:51:35 +02:00
.forgejo/workflows Done. 2026-01-19 16:07:18 +01:00
fonts Added the Owre Kynge font. 2026-07-30 12:14:54 +02:00
images Upload files to "images/site" 2026-05-01 23:13:01 +02:00
.gitignore Init. 2026-01-19 09:23:59 +01:00
build.sh Snytax error fixed. 2026-02-17 13:25:39 +01:00
LICENSE Init. 2026-01-19 09:23:59 +01:00
README.markdown Update README.markdown 2026-07-30 12:51:35 +02:00

SPARK CDN

CDN CI

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 a directory on this server and served from there. The build script build.sh performs the placing of the assets in the directory to be served.

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 send me an email by clicking here.

The following fonts are available:

  • Aztec
  • RookCastle
  • Retrotype
  • SCP-Medium
  • SCP-Regular
  • Onest
  • SpyDolls
  • RussianDollmaker
  • SymbolFont
  • Vogue
  • VoodoDolls
  • Aileron
  • RobotoFlex
  • Apercu
  • Osaka
  • CourierNew
  • DotMatrix
  • Raleway
  • CircularMedium
  • Triest
  • Drip
  • CormorantItalic
  • Couture
  • Cyberpunk
  • FiraCode-Regular
  • FreshLychee
  • Garamond
  • GaramondItalic
  • MC
  • Merriweather-Regular
  • MMD
  • OrangeSlice
  • Ostrich
  • OstrichThin
  • PlayfairDisplay-Regular
  • PSB
  • VT323
  • Lobster
  • CherieBomb
  • Blackiron
  • Garota
  • easy
  • milk
  • posi
  • benegraphic
  • atriskyouth
  • Edda
  • KingthingsExeter
  • NeueMontrealBold
  • NeueMontrealLight
  • NeueMontrealMedium
  • Mogena
  • GICN
  • FluroBold
  • Italiana
  • Gothicana
  • OwreKynge

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.