diff --git a/frontend/css/client.css b/frontend/css/client.css index a353903..f129cee 100644 --- a/frontend/css/client.css +++ b/frontend/css/client.css @@ -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 { @@ -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; } diff --git a/frontend/css/home.css b/frontend/css/home.css index b816b9c..73a9863 100644 --- a/frontend/css/home.css +++ b/frontend/css/home.css @@ -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; @@ -16,7 +16,7 @@ body { justify-content: center; align-items: center; background: var(--primary-color); - font-family: 'Poppins', sans-serif; + font-family: 'Montserrat'; } .main { diff --git a/frontend/js/client.js b/frontend/js/client.js index 324de4e..52fcbd3 100644 --- a/frontend/js/client.js +++ b/frontend/js/client.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.0.88 + * @version 1.0.89 */ const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test( diff --git a/package.json b/package.json index 6613915..f933500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkwebrtc", - "version": "1.0.88", + "version": "1.0.89", "description": "MiroTalk WebRTC admin", "main": "server.js", "scripts": { @@ -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", @@ -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",