File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
apps/web/components/_components Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,27 @@ export const Layout = ({
24
24
fontStyle = "normal"
25
25
fontWeight = { 400 }
26
26
webFont = { {
27
- url : "https://fonts.googleapis.com/css2?family=Inter&display=swap" ,
27
+ url : "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiA.woff2" ,
28
+ format : "woff2" ,
29
+ } }
30
+ />
31
+ < Font
32
+ fallbackFontFamily = "Helvetica"
33
+ fontFamily = "Inter"
34
+ fontStyle = "normal"
35
+ fontWeight = { 600 }
36
+ webFont = { {
37
+ url : "https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_fjbvMwCp50PDca1ZL7.woff2" ,
38
+ format : "woff2" ,
39
+ } }
40
+ />
41
+ < Font
42
+ fallbackFontFamily = "Helvetica"
43
+ fontFamily = "Inter"
44
+ fontStyle = "normal"
45
+ fontWeight = { 700 }
46
+ webFont = { {
47
+ url : "https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_fjbvMwCp50BTca1ZL7.woff2" ,
28
48
format : "woff2" ,
29
49
} }
30
50
/>
You can’t perform that action at this time.
0 commit comments