mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 09:42:30 +00:00
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:
parent
e3c9017a85
commit
3746abc640
1 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue