From eff8448ba2eed4c0de8df8585612ba44eb041ec4 Mon Sep 17 00:00:00 2001 From: snarlferb Date: Sat, 1 Jun 2024 16:12:25 -0400 Subject: [PATCH] MIMEd scrum --- style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.js b/style.js index 83c1f5d..263b807 100644 --- a/style.js +++ b/style.js @@ -12,7 +12,7 @@ const fontFaceRule = ` font-family: 'Fixedsys Excelsior 3.01'; font-style: normal; font-weight: 400; - src: local('Fixedsys Excelsior 3.01'), url('Fixedsys Excelsior 3.01.woff') format(woff); + src: local('Fixedsys Excelsior 3.01'), url('Fixedsys Excelsior 3.01.woff') format('woff'); /* Add additional font formats (e.g., WOFF2) for better browser compatibility */ } `;