We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452478c commit 427381bCopy full SHA for 427381b
packages/backend/src/tailwind/tailwindTextBuilder.ts
@@ -126,9 +126,6 @@ export class TailwindTextBuilder extends TailwindDefaultBuilder {
126
if (config.fontFamily.mono.includes(fontName.family)) {
127
return "font-mono";
128
}
129
- if (config.fontFamily.display.includes(fontName.family)) {
130
- return "font-display";
131
- }
132
const underscoreFontName = fontName.family.replace(/\s/g, "_");
133
134
return "font-['" + underscoreFontName + "']";
0 commit comments