Skip to content

Commit

Permalink
[mirotalksfu] - fix fontawesome free icons
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Apr 20, 2022
1 parent 08afa44 commit 39b7734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ You can start videoconferencing directly from your Local PC, and be reachable fr
## Notes

- Run the project on a `Linux or Mac` system as the `mediasoup` installation could have issues on `Windows`.
- For the [fontawesome icons](https://fontawesome.com) please [README](https://github.com/miroslavpejic85/mirotalksfu/issues/48#issue-1207140176).

## Credits

Expand Down
5 changes: 4 additions & 1 deletion public/view/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<link rel="stylesheet" href="../css/Room.css" />
<link rel="stylesheet" href="../css/VideoGrid.css" />

<!-- https://cdnjs.com/libraries/font-awesome -->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />

<!-- https://animate.style 4 using for swal fadeIn-Out -->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
Expand Down Expand Up @@ -73,7 +77,6 @@
<script src="../js/RoomClient.js"></script>
<script src="../js/SpeechRec.js"></script>
<script src="../js/VideoGrid.js"></script>
<script src="https://kit.fontawesome.com/ea45bcab08.js" crossorigin="anonymous"></script>
<script src="https://cdn.rawgit.com/muaz-khan/DetectRTC/master/DetectRTC.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/521/fabric.min.js"></script>
Expand Down

0 comments on commit 39b7734

Please sign in to comment.