Merge pull request #2582 from Safelite/feature/CASH-824

Feature/cash 824
This commit is contained in:
Johnny Shultz 2025-06-11 11:45:37 -04:00 committed by GitHub
commit cc82e5afee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,8 +120,9 @@ $theme-colors: (
$body-color: $gray-600;
//Fonts
$font-family-sans-serif: UrbanistRegular;
$font-family-monospace: UrbanistRegular;
$font-family-sans-serif: UrbanistRegular, Arial, Helvetica, sans-serif;
$font-family-monospace: UrbanistRegular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
// stylelint-enable value-keyword-case
$font-family-base: $font-family-sans-serif;
$font-family-code: $font-family-monospace;