asciidoctor / asciidoctor-stylesheet-factory

!DEPRECATED! This was the utility project for producing the default stylesheet for the HTML converter in Asciidoctor. The source of the default stylesheet now lives in the main Asciidoctor repository.
Other
175 stars 87 forks source link

configurable version of font-awesome (3, 4, none) #9

Open k2s opened 10 years ago

k2s commented 10 years ago

FontAwesome is currently in version 4. It changed markup and some icon class names. Normaly change in asciidoctor output would be needed to generate the new markup.

My implementation is compatible with FontAwesome 3 markup and produces minimal CSS. I think by respecting the FontAwesome licence.

My push contains set-awesome.sh script to easy switch between FontAwsome versions 3, 4 and none.