]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Handle the Ubuntu sans-serif case (#31657)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Thu, 22 Oct 2020 06:28:19 +0000 (08:28 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 06:28:19 +0000 (09:28 +0300)
commit341bd5aa4652fe9be56967ebda71958145ead95c
tree375367abcfbd304d6cd872a16e9e463ca7371d35
parentebd9eb105ab094af747c09082ced1df71aaec123
Handle the Ubuntu sans-serif case (#31657)

On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu).

I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today…

BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_variables.scss