Last active
March 6, 2019 22:06
-
-
Save ein-stein-chen/023f0694cdab9a285d4a4fd7e69791f0 to your computer and use it in GitHub Desktop.
Fix for MonicaHQ not loading the font awesome icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # How to use: | |
| # Place file at: monica/css/_contactfields.css | |
| # Add the line `@import url("./_contactfields.css");` at the top of monica/css/app-ltr.css [or app-rtl.css] | |
| .fa-envelope-open-o:before {content:"\F2B7"} | |
| .fa-volume-control-phone:before {content:"\F2A0"} | |
| .fa-facebook-official:before {content:"\F230"} | |
| .fa-twitter-square:before {content:"\F081"} | |
| .fa-telegram:before {content:"\F2C6"} | |
| .fa-whatsapp:before {content:"\F232"} | |
| .fa-linkedin-square:before {content:"\F08C"} | |
| .fa-youtube-square:before {content:"\F166"} | |
| .fa-xing-square:before {content:"\F169"} | |
| .fa-instagram-square:before {content:"\F16D"} | |
| .fa-github-square:before {content:"\F092"} | |
| .fa-gitlab:before {content:"\F296"} | |
| .fa-linkedin-square:before {content:"\F08C"} | |
| .fa-twitch:before {content:"\F1E8"} | |
| .fa-steam-square:before {content:"\F1B7"} | |
| .fa-snapchat-square:before {content:"\F2AD"} | |
| .fa-spotify:before {content:"\F1BC"} | |
| .fa-medium:before {content:"\F23A"} | |
| .fa-reddit-square:before {content:"\F1A2"} | |
| .fa-tumblr-square:before {content:"\F174"} | |
| .fa-lastfm-square:before {content:"\F203"} | |
| .fa-pinterest-square:before {content:"\F0D3"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment