Skip to content

Commit

Permalink
[Docs] Temporarily fix Inter font being slanted Chrome (#7099)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Aug 21, 2023
1 parent fa1c8c6 commit ef28352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/components/codesandbox/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ root.render(
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10,300..700;0,300..700&family=Roboto+Mono:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Roboto+Mono:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet" />
<meta name="emotion-styles">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/app_context.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const AppContext = ({ children }) => {
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10,300..700;0,300..700&family=Roboto+Mono:ital,wght@0,400..700;1,400..700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Roboto+Mono:ital,wght@0,400..700;1,400..700&display=swap"
rel="stylesheet"
/>
</Helmet>
Expand Down

0 comments on commit ef28352

Please sign in to comment.