Skip to content

Commit 053aeab

Browse files
committed
chore: fix the inconsistent font
1 parent 8136c64 commit 053aeab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/web/src/app/(main)/(landing)/pricing

apps/web/src/app/(main)/(landing)/pricing/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,11 @@ const Pricing = () => {
159159
dangerouslySetInnerHTML={{
160160
__html: `
161161
/* critical css for LCP element - inline for fastest rendering */
162+
/* font-family matches Tailwind's font-mono class exactly to ensure consistent fallbacks */
162163
.lcp-feature-item { display: flex; flex-direction: column; gap: 1rem; width: 100%; flex: 1; }
163164
.lcp-feature-content { display: flex; flex-direction: column; gap: 0.5rem; width: 100%; }
164165
.lcp-feature-header { display: flex; gap: 1rem; align-items: center; }
165-
.lcp-feature-number { font-size: 3.75rem; font-family: var(--font-dm-mono), monospace; font-weight: 600; background: linear-gradient(to bottom, #a472ea, #341e7b); -webkit-background-clip: text; background-clip: text; color: transparent; }
166+
.lcp-feature-number { font-size: 3.75rem; font-family: var(--font-dm-mono), Menlo, Monaco, "Courier New", monospace; font-weight: 600; background: linear-gradient(to bottom, #a472ea, #341e7b); -webkit-background-clip: text; background-clip: text; color: transparent; }
166167
.lcp-feature-title { font-size: 1.5rem; font-weight: 500; }
167168
.lcp-feature-description { font-weight: 500; }
168169
`,

0 commit comments

Comments
 (0)