Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 471 Bytes

FACheatSheetParser

A simple Python script that parses the FontAwesome Cheatsheet. FA codes are mapped against unicode values, allowing more readable code.

Example Output

faMap.put("fa-adjust", "\uf042");

This is currently used for Android Bootstrap, but should provide an easy starting point for anyone wanting to use FontAwesome in any language.