Merge pull request #20346 from overleaf/jel-font-bs5

[web] Copy text rendering CSS from BS3 for BS5

GitOrigin-RevId: a07fdc70aa0da6096f349c61ea6d74546724844a
This commit is contained in:
Jessica Lawshe
2024-09-16 10:04:48 -05:00
committed by Copybot
parent a94720cdfe
commit 546d6dbcf2

View File

@@ -1,4 +1,10 @@
// Headings
// Typography
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; /* stylelint-disable-line value-keyword-case */
-moz-osx-font-smoothing: grayscale;
}
// Headings
h1,