Awesome Links

Embellish links on your web page with familiar FontAwesome icons.

It is a single CSS file you include on your blog or article pages to make links to well-known files and services embellished with an awesome icon (see Demo below). Comes out nicely when you’re an avid linker, as you should be.

Assuming you already load Font Awesome anyway, gzipped and minified, Awesome Links adds only an extra ~1.5 KB!

Make your plain, dull, boring articles slightly more colorful, and let your visitors know where you’re sending them without forcing them to hover clumsily.

Usage

Simply add the following line(s) into your <head>:

<!-- Ensure you have Font Awesome >= 4.4 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/fontawesome/4/css/font-awesome.min.css" />
<!-- Include Awesome Links stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/awesome-links/1/awesome-links.min.css" />

add awesome-links class to the the element(s) containing your articles:

<article class="awesome-links">
    Lorem ipsum dolor sit amet ...
</article>

and witness allmost of your links transformed into Awesome Links™!

Demo

NOTICE: This demo is NOT viewable on GitHub project page, please see the real demo here.

Contributing

As FontAwesome and the Internet evolves, so should this project. Pull-requests welcome!