From 2be71c813b05ec067a25c4e97176368a42752c63 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:53:37 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/tr/1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 36464fd..25f183b 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -4,7 +4,7 @@ const container = document.getElementById("container_4"); // Fontu yükle ve bildirimi göster function loadFontAndShowNotification() { - const font = new FontFace('Monomakh', 'url("/FONTS/Monomakh.woff2") format("woff2")'); + const font = new FontFace('Monomakh', 'url("/FONTS/Jaro.woff2") format("woff2")'); font.load().then((loadedFont) => { document.fonts.add(loadedFont); @@ -43,7 +43,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 = '"Monomakh", serif'; + notification.style.fontFamily = '"Jaro", serif'; notification.style.fontSize = "1.3rem"; document.body.appendChild(notification);