Update 1.js

This commit is contained in:
FURK4NGG
2025-03-01 07:54:49 +03:00
committed by GitHub
parent 2be71c813b
commit e5fa46d118
+1 -1
View File
@@ -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/Jaro.woff2") format("woff2")');
const font = new FontFace('Monomakh', 'url("/FONTS/Monomakh.woff2") format("woff2")');
font.load().then((loadedFont) => {
document.fonts.add(loadedFont);