mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 00:30:29 +08:00
Created Extending File Type icons to use in programming (markdown)
parent
057bc07ec7
commit
5019e892c0
5
Extending-File-Type-icons-to-use-in-programming.md
Normal file
5
Extending-File-Type-icons-to-use-in-programming.md
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user