View it on GitHub Download ZIP Download TAR @patrickmarabeas

/poke

ng-Lettering.js

allows you to do radical typography

super easily (not even joking).

It also works brilliantly in a responsive layout.

ng-Lettering.js is an AngularJS <span> injector for radical Web Typography.

Include it in your AngularJS application

var myApp = angular.module( 'myApp', [ 'ngLettering' ] );

Apply it to your text

<span data-lettering="letters">This is a sentence</span>
<span data-lettering="words">This is a sentence</span>
<div data-lettering="lines">This<br/>is<br/>a<br/>sentence</div>