fix(player): apply heading/data font tokens globally across all desktop components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user