From f0ee1227730e00a5cd93553cb28f4f1288cbb78e Mon Sep 17 00:00:00 2001 From: Ali Date: Fri, 8 Sep 2023 21:12:05 -0400 Subject: [PATCH] font --- _sass/support/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/support/_variables.scss b/_sass/support/_variables.scss index 3ab3f05..28b44df 100755 --- a/_sass/support/_variables.scss +++ b/_sass/support/_variables.scss @@ -2,7 +2,7 @@ // Typography // -$body-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", +$body-font-family: Ubuntu, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; $mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace !default; $root-font-size: 16px !default; // Base font-size for rems