From 96f95e7f09d87fc4ca2b638d90dca9b084ee0b0e Mon Sep 17 00:00:00 2001 From: Jay Hodgson Date: Tue, 5 Mar 2024 16:34:09 -0800 Subject: [PATCH] SWC-6710 --- src/main/webapp/css/bootstrap-custom-theme.less | 2 +- src/main/webapp/css/bootstrap-custom-theme.min.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/css/bootstrap-custom-theme.less b/src/main/webapp/css/bootstrap-custom-theme.less index 545da396e7..bb607d6b59 100644 --- a/src/main/webapp/css/bootstrap-custom-theme.less +++ b/src/main/webapp/css/bootstrap-custom-theme.less @@ -40,7 +40,7 @@ // Typography -@font-family-sans-serif: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; +@font-family-sans-serif: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; @font-family-serif: PT Serif; @font-family-monospace: Monaco; @font-family-base: @font-family-sans-serif; diff --git a/src/main/webapp/css/bootstrap-custom-theme.min.css b/src/main/webapp/css/bootstrap-custom-theme.min.css index 30fe1a5460..d44afc3d8f 100644 --- a/src/main/webapp/css/bootstrap-custom-theme.min.css +++ b/src/main/webapp/css/bootstrap-custom-theme.min.css @@ -275,7 +275,7 @@ html { -webkit-tap-highlight-color: transparent; } body { - font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.5; @@ -356,7 +356,7 @@ h3, h4, h5, h6 { - font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-weight: 500; line-height: 1.1;