Skip to content

Commit 427381b

Browse files
Hotfix(textBuilder): remove custom font (#237)
1 parent 452478c commit 427381b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/backend/src/tailwind/tailwindTextBuilder.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ export class TailwindTextBuilder extends TailwindDefaultBuilder {
126126
if (config.fontFamily.mono.includes(fontName.family)) {
127127
return "font-mono";
128128
}
129-
if (config.fontFamily.display.includes(fontName.family)) {
130-
return "font-display";
131-
}
132129
const underscoreFontName = fontName.family.replace(/\s/g, "_");
133130

134131
return "font-['" + underscoreFontName + "']";

0 commit comments

Comments
 (0)