sans-serif

This commit is contained in:
Tobias Merkle 2024-04-02 14:04:14 -04:00
parent 2382b089ab
commit f9e4340c5f

View File

@ -1198,7 +1198,7 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
<div id="signup-page" class="flex flex-col place-items-center place-content-center h-screen font-sans">
<div id="home-form-header" class="flex flex-col place-content-center place-items-center"
style="gap: 24px; margin: 32px 0 56px;">
<h3 style="text-align: center;">Login to</h3>
<h3 style="text-align: center; font-family: sans-serif !important;">Login to</h3>
<svg width="289.5" height="36" viewBox="0 0 580 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6_641)">
<path d="M0.824922 1.07031L0.794922 70.0703H14.7949L14.8049 1.07031H0.824922Z" fill="#FFF5D9"></path>
@ -1251,7 +1251,7 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
oninput="document.getElementById('password-err').style.display = 'none';" value="" class="self-stretch mb-2">
<div id="password-err" class="login-row flex mb-2" style="display: none;"> Incorrect Password </div>
<div class="flex flex-col leading-6 self-stretch mb-2">
<button> Login </button>
<button style="font-family: sans-serif !important;"> Login </button>
<div class="flex flex-col mt-2 text-sm leading-6" id="fake-or-not"></div>
</div>
</form>