Skip to content

Commit b14536b

Browse files
committed
Format code with prettier
1 parent e9702d2 commit b14536b

File tree

2 files changed

+46
-22
lines changed

2 files changed

+46
-22
lines changed

src/routes/__root.tsx

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,34 @@ export const Route = createRootRouteWithContext<{
7171
},
7272
{ rel: 'manifest', href: '/site.webmanifest', color: '#fffff' },
7373
{ rel: 'icon', href: '/favicon.ico' },
74-
{ rel: 'preload', href: '/fonts/inter-v19-latin-regular.woff2', as: 'font', type: 'font/woff2', crossOrigin: '' },
75-
{ rel: 'preload', href: '/fonts/inter-v19-latin-700.woff2', as: 'font', type: 'font/woff2', crossOrigin: '' },
76-
{ rel: 'preload', href: '/fonts/inter-v19-latin-800.woff2', as: 'font', type: 'font/woff2', crossOrigin: '' },
77-
{ rel: 'preload', href: '/fonts/inter-v19-latin-900.woff2', as: 'font', type: 'font/woff2', crossOrigin: '' }
74+
{
75+
rel: 'preload',
76+
href: '/fonts/inter-v19-latin-regular.woff2',
77+
as: 'font',
78+
type: 'font/woff2',
79+
crossOrigin: '',
80+
},
81+
{
82+
rel: 'preload',
83+
href: '/fonts/inter-v19-latin-700.woff2',
84+
as: 'font',
85+
type: 'font/woff2',
86+
crossOrigin: '',
87+
},
88+
{
89+
rel: 'preload',
90+
href: '/fonts/inter-v19-latin-800.woff2',
91+
as: 'font',
92+
type: 'font/woff2',
93+
crossOrigin: '',
94+
},
95+
{
96+
rel: 'preload',
97+
href: '/fonts/inter-v19-latin-900.woff2',
98+
as: 'font',
99+
type: 'font/woff2',
100+
crossOrigin: '',
101+
},
78102
],
79103
scripts: [
80104
// Google Tag Manager script

src/styles/app.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -537,141 +537,141 @@ mark {
537537
font-family: 'Inter';
538538
font-style: normal;
539539
font-weight: 100;
540-
src: url('/fonts/inter-v19-latin-100.woff2') format('woff2')
540+
src: url('/fonts/inter-v19-latin-100.woff2') format('woff2');
541541
}
542542

543543
@font-face {
544544
font-display: swap;
545545
font-family: 'Inter';
546546
font-style: italic;
547547
font-weight: 100;
548-
src: url('/fonts/inter-v19-latin-100italic.woff2') format('woff2')
548+
src: url('/fonts/inter-v19-latin-100italic.woff2') format('woff2');
549549
}
550550

551551
@font-face {
552552
font-display: swap;
553553
font-family: 'Inter';
554554
font-style: normal;
555555
font-weight: 200;
556-
src: url('/fonts/inter-v19-latin-200.woff2') format('woff2')
556+
src: url('/fonts/inter-v19-latin-200.woff2') format('woff2');
557557
}
558558

559559
@font-face {
560560
font-display: swap;
561561
font-family: 'Inter';
562562
font-style: italic;
563563
font-weight: 200;
564-
src: url('/fonts/inter-v19-latin-200italic.woff2') format('woff2')
564+
src: url('/fonts/inter-v19-latin-200italic.woff2') format('woff2');
565565
}
566566

567567
@font-face {
568568
font-display: swap;
569569
font-family: 'Inter';
570570
font-style: normal;
571571
font-weight: 300;
572-
src: url('/fonts/inter-v19-latin-300.woff2') format('woff2')
572+
src: url('/fonts/inter-v19-latin-300.woff2') format('woff2');
573573
}
574574

575575
@font-face {
576576
font-display: swap;
577577
font-family: 'Inter';
578578
font-style: italic;
579579
font-weight: 300;
580-
src: url('/fonts/inter-v19-latin-300italic.woff2') format('woff2')
580+
src: url('/fonts/inter-v19-latin-300italic.woff2') format('woff2');
581581
}
582582

583583
@font-face {
584584
font-display: swap;
585585
font-family: 'Inter';
586586
font-style: normal;
587587
font-weight: 400;
588-
src: url('/fonts/inter-v19-latin-regular.woff2') format('woff2')
588+
src: url('/fonts/inter-v19-latin-regular.woff2') format('woff2');
589589
}
590590

591591
@font-face {
592592
font-display: swap;
593593
font-family: 'Inter';
594594
font-style: italic;
595595
font-weight: 400;
596-
src: url('/fonts/inter-v19-latin-italic.woff2') format('woff2')
596+
src: url('/fonts/inter-v19-latin-italic.woff2') format('woff2');
597597
}
598598

599599
@font-face {
600600
font-display: swap;
601601
font-family: 'Inter';
602602
font-style: normal;
603603
font-weight: 500;
604-
src: url('/fonts/inter-v19-latin-500.woff2') format('woff2')
604+
src: url('/fonts/inter-v19-latin-500.woff2') format('woff2');
605605
}
606606

607607
@font-face {
608608
font-display: swap;
609609
font-family: 'Inter';
610610
font-style: italic;
611611
font-weight: 500;
612-
src: url('/fonts/inter-v19-latin-500italic.woff2') format('woff2')
612+
src: url('/fonts/inter-v19-latin-500italic.woff2') format('woff2');
613613
}
614614

615615
@font-face {
616616
font-display: swap;
617617
font-family: 'Inter';
618618
font-style: normal;
619619
font-weight: 600;
620-
src: url('/fonts/inter-v19-latin-600.woff2') format('woff2')
620+
src: url('/fonts/inter-v19-latin-600.woff2') format('woff2');
621621
}
622622

623623
@font-face {
624624
font-display: swap;
625625
font-family: 'Inter';
626626
font-style: italic;
627627
font-weight: 600;
628-
src: url('/fonts/inter-v19-latin-600italic.woff2') format('woff2')
628+
src: url('/fonts/inter-v19-latin-600italic.woff2') format('woff2');
629629
}
630630

631631
@font-face {
632632
font-display: swap;
633633
font-family: 'Inter';
634634
font-style: normal;
635635
font-weight: 700;
636-
src: url('/fonts/inter-v19-latin-700.woff2') format('woff2')
636+
src: url('/fonts/inter-v19-latin-700.woff2') format('woff2');
637637
}
638638

639639
@font-face {
640640
font-display: swap;
641641
font-family: 'Inter';
642642
font-style: italic;
643643
font-weight: 700;
644-
src: url('/fonts/inter-v19-latin-700italic.woff2') format('woff2')
644+
src: url('/fonts/inter-v19-latin-700italic.woff2') format('woff2');
645645
}
646646

647647
@font-face {
648648
font-display: swap;
649649
font-family: 'Inter';
650650
font-style: normal;
651651
font-weight: 800;
652-
src: url('/fonts/inter-v19-latin-800.woff2') format('woff2')
652+
src: url('/fonts/inter-v19-latin-800.woff2') format('woff2');
653653
}
654654

655655
@font-face {
656656
font-display: swap;
657657
font-family: 'Inter';
658658
font-style: italic;
659659
font-weight: 800;
660-
src: url('/fonts/inter-v19-latin-800italic.woff2') format('woff2')
660+
src: url('/fonts/inter-v19-latin-800italic.woff2') format('woff2');
661661
}
662662

663663
@font-face {
664664
font-display: swap;
665665
font-family: 'Inter';
666666
font-style: normal;
667667
font-weight: 900;
668-
src: url('/fonts/inter-v19-latin-900.woff2') format('woff2')
668+
src: url('/fonts/inter-v19-latin-900.woff2') format('woff2');
669669
}
670670

671671
@font-face {
672672
font-display: swap;
673673
font-family: 'Inter';
674674
font-style: italic;
675675
font-weight: 900;
676-
src: url('/fonts/inter-v19-latin-900italic.woff2') format('woff2')
676+
src: url('/fonts/inter-v19-latin-900italic.woff2') format('woff2');
677677
}

0 commit comments

Comments
 (0)