From 5019e892c088bd8f1708acc306ba9d1f0e0da658 Mon Sep 17 00:00:00 2001 From: Tryten Date: Mon, 2 Feb 2015 10:03:47 -0800 Subject: [PATCH] Created Extending File Type icons to use in programming (markdown) --- Extending-File-Type-icons-to-use-in-programming.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Extending-File-Type-icons-to-use-in-programming.md 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