feat: NEXT ART Heavy font for composite dashboard, local at static/fonts/

This commit is contained in:
2026-07-25 17:33:46 +08:00
parent a0d41bfdaf
commit 9c634277e5
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -4,10 +4,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
<title>TurboSu - Forza Composite</title> <title>TurboSu - Forza Composite</title>
@font-face{font-family:'NEXT ART';src:url('/static/fonts/NEXT_ART_Heavy.otf') format('opentype')}
<style> <style>
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box} *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f;color:#fff; html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f;color:#fff;
font-family:'SF Pro Display',-apple-system,system-ui,sans-serif} font-family:'NEXT ART',monospace}
#root{width:100%;height:100%;display:flex;align-items:center;justify-content:center} #root{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
#box{position:relative;overflow:hidden} #box{position:relative;overflow:hidden}
#box.contain{max-width:100vw;max-height:100vh} #box.contain{max-width:100vw;max-height:100vh}
Binary file not shown.