File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -99,35 +99,35 @@ export const Seo = withRouter(
9999 />
100100 < link
101101 rel = "preload"
102- href = "https://beta.reactjs.org /fonts/Optimistic_Display_W_Md.woff2"
102+ href = "https://react.dev /fonts/Optimistic_Display_W_Md.woff2"
103103 as = "font"
104104 type = "font/woff2"
105105 crossOrigin = "anonymous"
106106 />
107107 < link
108108 rel = "preload"
109- href = "https://beta.reactjs.org /fonts/Optimistic_Display_W_SBd.woff2"
109+ href = "https://react.dev /fonts/Optimistic_Display_W_SBd.woff2"
110110 as = "font"
111111 type = "font/woff2"
112112 crossOrigin = "anonymous"
113113 />
114114 < link
115115 rel = "preload"
116- href = "https://beta.reactjs.org /fonts/Optimistic_Display_W_Bd.woff2"
116+ href = "https://react.dev /fonts/Optimistic_Display_W_Bd.woff2"
117117 as = "font"
118118 type = "font/woff2"
119119 crossOrigin = "anonymous"
120120 />
121121 < link
122122 rel = "preload"
123- href = "https://beta.reactjs.org /fonts/Optimistic_Text_W_Md.woff2"
123+ href = "https://react.dev /fonts/Optimistic_Text_W_Md.woff2"
124124 as = "font"
125125 type = "font/woff2"
126126 crossOrigin = "anonymous"
127127 />
128128 < link
129129 rel = "preload"
130- href = "https://beta.reactjs.org /fonts/Optimistic_Text_W_Bd.woff2"
130+ href = "https://react.dev /fonts/Optimistic_Text_W_Bd.woff2"
131131 as = "font"
132132 type = "font/woff2"
133133 crossOrigin = "anonymous"
Original file line number Diff line number Diff line change 1717
1818 @font-face {
1919 font-family : 'Optimistic Display' ;
20- src : url ('https://beta.reactjs.org /fonts/Optimistic_Display_W_Md.woff2' )
20+ src : url ('https://react.dev /fonts/Optimistic_Display_W_Md.woff2' )
2121 format ('woff2' );
2222 font-weight : 500 ;
2323 font-style : normal;
2626
2727 @font-face {
2828 font-family : 'Optimistic Display' ;
29- src : url ('https://beta.reactjs.org /fonts/Optimistic_Display_W_SBd.woff2' )
29+ src : url ('https://react.dev /fonts/Optimistic_Display_W_SBd.woff2' )
3030 format ('woff2' );
3131 font-weight : 600 ;
3232 font-style : normal;
3535
3636 @font-face {
3737 font-family : 'Optimistic Display' ;
38- src : url ('https://beta.reactjs.org /fonts/Optimistic_Display_W_Bd.woff2' )
38+ src : url ('https://react.dev /fonts/Optimistic_Display_W_Bd.woff2' )
3939 format ('woff2' );
4040 font-weight : 700 ;
4141 font-style : normal;
4444
4545 @font-face {
4646 font-family : 'Optimistic Text' ;
47- src : url ('https://beta.reactjs.org /fonts/Optimistic_Text_W_Rg.woff2' )
47+ src : url ('https://react.dev /fonts/Optimistic_Text_W_Rg.woff2' )
4848 format ('woff2' );
4949 font-weight : 300 ;
5050 font-style : normal;
5353
5454 @font-face {
5555 font-family : 'Optimistic Text' ;
56- src : url ('https://beta.reactjs.org /fonts/Optimistic_Text_W_Md.woff2' )
56+ src : url ('https://react.dev /fonts/Optimistic_Text_W_Md.woff2' )
5757 format ('woff2' );
5858 font-weight : 500 ;
5959 font-style : normal;
6262
6363 @font-face {
6464 font-family : 'Optimistic Text' ;
65- src : url ('https://beta.reactjs.org /fonts/Optimistic_Text_W_Bd.woff2' )
65+ src : url ('https://react.dev /fonts/Optimistic_Text_W_Bd.woff2' )
6666 format ('woff2' );
6767 font-weight : 700 ;
6868 font-style : normal;
You can’t perform that action at this time.
0 commit comments