docs: fix font smoothing across projects (#10183)

This commit is contained in:
Shahed Nasser
2024-11-20 18:24:58 +02:00
committed by GitHub
parent bef89e43c4
commit 765f99e04b
5 changed files with 10 additions and 5 deletions

View File

@@ -32,7 +32,8 @@
}
html {
-webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
}
body {

View File

@@ -5,7 +5,8 @@
@layer base {
html {
-webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
}
body {

View File

@@ -5,7 +5,8 @@
@layer base {
html {
--webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
overscroll-behavior-y: none;
}

View File

@@ -4,7 +4,8 @@
@layer base {
html {
-webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
}
.html {
@apply text-medusa-fg-base;

View File

@@ -5,7 +5,8 @@
@layer base {
html {
-webkit-font-smoothing: antialiased;
@apply antialiased;
text-rendering: optimizeLegibility;
}
body {