mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fonts
This commit is contained in:
@@ -99,35 +99,35 @@ export const Seo = withRouter(
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://beta.reactjs.org/fonts/Optimistic_Display_W_Md.woff2"
|
||||
href="https://react.dev/fonts/Optimistic_Display_W_Md.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossOrigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://beta.reactjs.org/fonts/Optimistic_Display_W_SBd.woff2"
|
||||
href="https://react.dev/fonts/Optimistic_Display_W_SBd.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossOrigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://beta.reactjs.org/fonts/Optimistic_Display_W_Bd.woff2"
|
||||
href="https://react.dev/fonts/Optimistic_Display_W_Bd.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossOrigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://beta.reactjs.org/fonts/Optimistic_Text_W_Md.woff2"
|
||||
href="https://react.dev/fonts/Optimistic_Text_W_Md.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossOrigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://beta.reactjs.org/fonts/Optimistic_Text_W_Bd.woff2"
|
||||
href="https://react.dev/fonts/Optimistic_Text_W_Bd.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossOrigin="anonymous"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Display';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Display_W_Md.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Display_W_Md.woff2')
|
||||
format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Display';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Display_W_SBd.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Display_W_SBd.woff2')
|
||||
format('woff2');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Display';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Display_W_Bd.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Display_W_Bd.woff2')
|
||||
format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Text';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Text_W_Rg.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Text_W_Rg.woff2')
|
||||
format('woff2');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Text';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Text_W_Md.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Text_W_Md.woff2')
|
||||
format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Optimistic Text';
|
||||
src: url('https://beta.reactjs.org/fonts/Optimistic_Text_W_Bd.woff2')
|
||||
src: url('https://react.dev/fonts/Optimistic_Text_W_Bd.woff2')
|
||||
format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user