Bug 30952: Remove Poppins font, use Bootstrap 5 font stack instead

Issue #20

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Julian Maurice 2022-09-27 13:09:02 +02:00 committed by Tomas Cohen Arazi
parent af964aec5a
commit a195708e97
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
10 changed files with 22 additions and 1 deletions

View file

@ -1,2 +1,23 @@
$green-text-color: #006100;
$background-color-primary: #418940;
// Copied from Bootstrap 5 without system-ui because of
// https://infinnie.github.io/blog/2017/systemui.html
$font-family-sans-serif:
// Safari for macOS and iOS (San Francisco)
-apple-system,
// Windows
"Segoe UI",
// Android
Roboto,
// older macOS and iOS
"Helvetica Neue",
// Linux
"Noto Sans",
"Liberation Sans",
// Basic web fallback
Arial,
// Sans serif fallback
sans-serif,
// Emoji fonts
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

View file

@ -485,7 +485,7 @@ main {
}
body {
font-family: "poppins", "Arial", "sans-serif";
font-family: $font-family-sans-serif;
font-size: 13px;
line-height: 1.22;
padding: 0 0 4em;