docs: fix font smoothing across projects (#10183)
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
@layer base {
|
||||
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
@layer base {
|
||||
|
||||
html {
|
||||
--webkit-font-smoothing: antialiased;
|
||||
@apply antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
overscroll-behavior-y: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
.html {
|
||||
@apply text-medusa-fg-base;
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
@layer base {
|
||||
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@apply antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user