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 e3c9017a85
commit 3746abc640

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,