Skip to content

Commit bdc4765

Browse files
committed
fix: rename semibold font-weight ttf
1 parent 92df955 commit bdc4765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/content/thumbnail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function resolveTailwindColor(value: string): string {
3434
}
3535

3636
const montserratMedium = loadFont("Montserrat-Medium");
37-
const montserratSemibold = loadFont("Montserrat-Semibold");
37+
const montserratSemibold = loadFont("Montserrat-SemiBold");
3838
const montserratBold = loadFont("Montserrat-Bold");
3939

4040
const cssVars = extractCSSVariables();

0 commit comments

Comments
 (0)