From 867974561c6be400f3c57115b8f86af7d7c72ba4 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:49:02 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/tr/1.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 89686bb..2541124 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -28,6 +28,8 @@ function showNotification() { notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)"; notification.style.transition = "bottom 0.4s ease-in-out"; notification.style.zIndex = "9999"; + notification.style.fontFamily = '"Monomakh", serif'; + notification.style.fontSize = "1.3rem"; document.body.appendChild(notification);