chore: fix font in Safari (#2970)

This commit is contained in:
Alex Inkin
2025-06-25 20:55:50 +07:00
committed by GitHub
parent 2983b9950f
commit 35d2ec8a44
52 changed files with 24 additions and 487 deletions

View File

@@ -5,7 +5,7 @@
<style>
body {
background: #333333;
font-family:'Montserrat';
font-family: system-ui;
color:#F4F4F5;
text-align: center;
font-size: 20PX;