From edded1adc172ad9e1a5ab552bdfdf1c6d3fae31f Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:29:11 +0800 Subject: [PATCH] Use Geometric Humanist font stack as the fallback heading font --- src/assets/css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/global.css b/src/assets/css/global.css index 862753b3..059c7cdf 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -21,7 +21,7 @@ --clr-top-btn-txt: #fff; --ff-regular: 'Work Sans', Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif; - --ff-heading: 'Raleway', Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif; + --ff-heading: 'Raleway', Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif; --ff-monospace: 'Intel One Mono', ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace; --fs-base: clamp(1.05rem, 1.013rem + 0.186vw, 1.18rem);