Skip to content

use bold fold for headering

Erik Faye-Lund requested to merge kusma/mesa3d.org:headings-bold into main

In recent years, both Firefox and Chrome has switched to using Cantarell on GNOME when using the system-ui font alias. Bootstrap uses this, but this leads to a problem: Cantarell doesn't have a "semi bold" (500) font weight, which Bootstrap tries to use for its headings by default.

So instead, let's set all headings to use the 600 weight, which makes the browsers use weight 700 for Cantarell instead of 400. This might change rendering a bit on other platforms, but that doesn't seem to be reasonably avoidable.

Merge request reports