Skip to content

Commit a2a4ffd

Browse files
committed
fix: broken links in requests
1 parent 46ffa04 commit a2a4ffd

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

public/fonts/Inter-Bold.woff2

112 KB
Binary file not shown.

public/fonts/Inter-Regular.woff2

109 KB
Binary file not shown.

public/fonts/Inter-SemiBold.woff2

112 KB
Binary file not shown.

styles/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
font-style: normal;
2626
font-weight: 400;
2727
font-display: swap;
28-
src: url('/fonts/inter-regular.woff2') format('woff2');
28+
src: url('/fonts/Inter-Regular.woff2') format('woff2');
2929
}
3030

3131
@font-face {
3232
font-family: 'Inter';
3333
font-style: normal;
3434
font-weight: 600;
3535
font-display: swap;
36-
src: url('/fonts/inter-semibold.woff2') format('woff2');
36+
src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
3737
}
3838

3939
@font-face {
4040
font-family: 'Inter';
4141
font-style: normal;
4242
font-weight: 700;
4343
font-display: swap;
44-
src: url('/fonts/inter-bold.woff2') format('woff2');
44+
src: url('/fonts/Inter-Bold.woff2') format('woff2');
4545
}
4646

4747
* {

theme.config.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const config: DocsThemeConfig = {
6969
<meta property="og:url" content={url} />
7070
<meta property="og:type" content="website" />
7171
<meta name="theme-color" content="#FC502C" />
72-
<link rel="icon" href="/favicon.ico" />
7372
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7473
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
7574
</>

0 commit comments

Comments
 (0)