Skip to content

Commit db545f3

Browse files
ChengaDevclaude
andcommitted
Add fetchpriority=high to DSEG14 font preload for LCP optimization
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f80122e commit db545f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
></script>
5858
<title>ShotClock Pro - Basketball Shot Clock Training</title>
5959
<!-- Preload clock font so it's ready before React renders the display -->
60-
<link rel="preload" href="/fonts/DSEG14ClassicRegular.ttf" as="font" type="font/ttf" crossorigin="anonymous" />
60+
<link rel="preload" href="/fonts/DSEG14ClassicRegular.ttf" as="font" type="font/ttf" crossorigin="anonymous" fetchpriority="high" />
6161
<style>
6262
@font-face {
6363
font-family: 'DSEG14ClassicRegular';

0 commit comments

Comments
 (0)