fix(player): apply heading/data font tokens globally across all desktop components

This commit is contained in:
mars
2026-07-13 09:55:26 +08:00
parent 3af2fe72d4
commit 5a6a8195f8
11 changed files with 138 additions and 56 deletions

View File

@@ -111,7 +111,7 @@ const activeTab = computed(() => {
.site-name {
font-size: 20px;
font-weight: 800;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-family: var(--font-heading);
letter-spacing: 0.5px;
background: var(--primary);
-webkit-background-clip: text;