diff --git a/Extending-File-Type-icons-to-use-in-programming.md b/Extending-File-Type-icons-to-use-in-programming.md new file mode 100644 index 0000000..0202d8b --- /dev/null +++ b/Extending-File-Type-icons-to-use-in-programming.md @@ -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/ \ No newline at end of file