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:
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
@@ -7,7 +7,7 @@ const TwoFactorModalHeader = ({ title, description }: { title: string; descripti
|
||||
<Icon name="shield" className="text-inverted h-6 w-6" />
|
||||
</div>
|
||||
<div className="mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left">
|
||||
<h3 className="font-cal text-emphasis text-lg font-medium leading-6" id="modal-title">
|
||||
<h3 className="font-heading text-emphasis text-lg leading-6" id="modal-title">
|
||||
{title}
|
||||
</h3>
|
||||
<p className="text-muted text-sm">{description}</p>
|
||||
|
||||
Reference in New Issue
Block a user