From f79a0d4089bf5887e4517909e65b7811c9a5678a Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:24:38 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 85cefb5..015bc0a 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -28,6 +28,7 @@ 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 = '"Press Start 2P", cursive'; document.body.appendChild(notification);