Tweak the theme font stack to follow Bootstrap 5.0.0-alpha1

This most notably removes Oxgyen which was reported to have a poor
"œ" character appearance under certain font weights.
This commit is contained in:
Hugo Locurcio
2020-05-27 21:16:16 +02:00
parent 84ba71300d
commit 48a28a2106

View File

@@ -190,7 +190,7 @@ legend,
.rst-content .toctree-wrapper p.caption,
.rst-versions {
/* Use a system font stack for better performance (no Web fonts required) */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,