Add font smoothing stuff to embed (#10204)

This commit is contained in:
Samuel Newman
2026-04-09 06:12:20 -07:00
committed by GitHub
parent 5ad3597fdb
commit a0d4af5c5f
+6
View File
@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
:root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
.break-word {
word-break: break-word;
}