MarvelHawk

 

What is CDN?

Content Delivery Network. In this case it's a repository as it's a single shared source on a single server, hardly a network at the moment.

What does it deliver?

Two main pieces to almost every site Marvelhawk makes. W3 CSS framework which supplies a majority of the user interface and layout of sites and Font Awesome which is great icon library that I use everywhere.

It also contains javascript libraries and lesser used function libraries

How do I use it? Why should I care?

You may use it by simply linkin using the code below, however it's mainly a resource for MarvelHawk sites. I'm not preventing the public from using it as getting a usable mirror of Font Awesome latest isn't easily available and W3 at least for me has proven less than reliable when used directly from their host. This really is only relavent to developers/designers and you shouldn't care IMHO.

W3 CSS framework

<link rel="stylesheet" href="https://cdn.marvelhawk.com/css/w3.css">

Font Awesome Latest (Feb 2023, 6.3)

<link rel="stylesheet" href="https://cdn.marvelhawk.com/fa/latest/css/all.min.css">

Font Awesome (August 2022, 6.2)

<link rel="stylesheet" href="https://cdn.marvelhawk.com/fa/62/css/all.min.css">

Font Awesome 6.0

<link rel="stylesheet" href="https://cdn.marvelhawk.com/fontawesome/css/all.min.css">
favicon