Add FontAwesome

This commit is contained in:
Ivan Danyliuk 2018-10-22 21:21:24 +02:00
parent 5525f3c95f
commit f6b591c581
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<body> <body>
<script src="js/three.js"></script> <script src="js/three.js"></script>
<script src="js/TrackballControls.js"></script> <script src="js/TrackballControls.js"></script>
<script defer src="js/fontawesome.js"></script>
<script src="whispervis.js"></script> <script src="whispervis.js"></script>
</body> </body>

5
js/fontawesome.js vendored Normal file

File diff suppressed because one or more lines are too long