Welcome to the navigation

Sed qui in aliquip dolore est sint eu laboris consequat, in labore cillum quis reprehenderit laborum, anim excepteur nulla tempor eiusmod dolor do ad consectetur. Ea ut aliquip fugiat ut dolor cillum sint eu non excepteur minim nisi sit elit, enim exercitation officia adipisicing dolore in labore culpa esse ipsum

Yeah, this will be replaced... But please enjoy the search!

SASS and CSS for the Arrrows font

Arrrows is a free font-library filled with different, well, arrows created by Digital Telepathy licensed under a CC license. Since I use their stuff in some projects I'd like to share my font-mapping utilities for the library.

Usage

Decorate your classes

<div class="arrrow thin-gt-arrow-right"></div>
<div class="arrrow-bold thin-gt-arrow-left"></div>

Implement with sass


Render css for all possible arrrows

// get all arrows
@include get-arrrows();
// get all bold arrows
@include get-arrrows(true);

Render css for specific arrrows

// get the normal thin-gt-arrow-right
@include get-arrow(thin-gt-arrow-right);
// get the bold thin-gt-arrow-right
@include get-arrow(thin-gt-arrow-right, true);

Implement with css instead of sass

Complete reference

Click on each icon row for usage example

  • Class Normal Bold Char Unicode
  • {{arrrow.class}} {{arrrow.character}} {{arrrow.unicode}}
    <span class="arrrow {{arrrow.class}}"></span>
    <span class="arrrow-bold {{arrrow.class}}"></span>