Created Extending File Type icons to use in programming (markdown)

Tryten 2015-02-02 10:03:47 -08:00
parent 057bc07ec7
commit 5019e892c0

@ -0,0 +1,5 @@
Font-Awesome includes some great file type icons, like _fa-file-word-o_, but when using the font programmatically, these classes are not as helpful as if the classes relied on the actual file extensions, like _fa-file-**doc**-o_ or _fa-file-**docx**-o_.
The following jsfiddle example shows how you can edit or override the css to include these classes as well as a JavaScript example of how this can be used.
http://jsfiddle.net/pyrojonc/09x58og1/