diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index dea1cc3..36464fd 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -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 = '"Jaro", serif'; + notification.style.fontFamily = '"Monomakh", serif'; notification.style.fontSize = "1.3rem"; document.body.appendChild(notification);