Skip to content

Commit 61612ad

Browse files
hasparusdimaMachina
andauthoredOct 18, 2024··
Unset Nextra's _subpixel-antialiased (#1739)
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
1 parent 592b8d3 commit 61612ad

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

Diff for: ‎.changeset/lovely-poems-change.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Unset Nextra's _subpixel-antialiased

Diff for: ‎packages/components/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@
9393
}
9494
}
9595
}
96+
97+
/* wrong with neue montreal */
98+
._subpixel-antialiased {
99+
-webkit-font-smoothing: unset;
100+
-moz-osx-font-smoothing: unset;
101+
}

0 commit comments

Comments
 (0)
Please sign in to comment.