Skip to content

Commit

Permalink
[mirotalkwebrtc] - change font, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Sep 5, 2024
1 parent bbf2ec0 commit a9bf03e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions frontend/css/client.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat';
}

:root {
Expand Down Expand Up @@ -749,7 +749,7 @@ tr:nth-child(even) {
}

.txt-qr {
font-family: Arial, Helvetica, sans-serif;
font-family: 'Montserrat';
color: var(--text-color);
background: transparent;
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/css/home.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

:root {
--primary-color: #202123;
Expand All @@ -16,7 +16,7 @@ body {
justify-content: center;
align-items: center;
background: var(--primary-color);
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat';
}

.main {
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.0.88
* @version 1.0.89
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.0.88",
"version": "1.0.89",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc",
"dependencies": {
"@sentry/node": "^8.26.0",
"axios": "^1.7.4",
"@sentry/node": "^8.28.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"colors": "1.4.0",
"compression": "^1.7.4",
Expand All @@ -44,11 +44,11 @@
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.5.3",
"mongoose": "^8.6.1",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.2.2"
"twilio": "^5.2.3"
},
"devDependencies": {
"nodemon": "^3.1.4",
Expand Down

0 comments on commit a9bf03e

Please sign in to comment.