Skip to content

Commit a291f68

Browse files
committed
download and set Inter variable font from google
1 parent 8094312 commit a291f68

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
786 KB
Binary file not shown.

src/fonts/InterVariable.woff2

-337 KB
Binary file not shown.

src/lib/fonts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import localFont from "next/font/local"
22

3-
// downloaded from https://github.com/rsms/inter/
3+
// downloaded from https://fonts.google.com/specimen/Inter
44
export const inter = localFont({
5-
src: "../fonts/InterVariable.woff2",
5+
src: "../fonts/Inter-VariableFont_slnt,wght.ttf",
66
display: "swap",
77
fallback: ["sans-serif"],
88
})

0 commit comments

Comments
 (0)