feat: rename --font-cal to --font-heading + use Cal Sans UI (#26064)

* feat: rename --font-cal to --font-heading + use Cal Sans UI

* chore: remove font-weight from font-heading elements and CSS variables

Co-Authored-By: pasquale@cal.com <pasquale@cal.com>

* chore: remove unneeded css vars

* fix: cubic issues

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: pasquale@cal.com <pasquale@cal.com>
Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in>
This commit is contained in:
Pasquale Vitiello
2026-01-09 10:42:23 +00:00
committed by GitHub
co-authored by pasquale@cal.com <pasquale@cal.com> Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> pasquale@cal.com <pasquale@cal.com> Rajiv Sahal
parent 56b29b5df6
commit c380ea810c
74 changed files with 159 additions and 141 deletions
@@ -163,7 +163,7 @@ const OnboardingPage = (props: PageProps) => {
<div className="sm:mx-auto sm:w-full sm:max-w-[600px]">
<div className="mx-auto px-4 sm:max-w-[520px]">
<header>
<p className="font-cal mb-3 text-[28px] font-medium leading-7">
<p className="font-heading mb-3 text-[28px] leading-7">
{headers[currentStepIndex]?.title || "Undefined title"}
</p>