Merge remote-tracking branch 'r/metaplex-land' into feature/m

This commit is contained in:
bartosz-lipinski 2021-04-28 19:18:17 -05:00
commit 8f5e41e06a
2 changed files with 5 additions and 7 deletions

View File

@ -8,8 +8,8 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link href="//db.onlinewebfonts.com/c/105007d99d9df64c50cc24d696d79555?family=Graphik+Web+Regular" rel="stylesheet"
type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="landing.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
@ -35,7 +35,7 @@
<div>
<!-- <input class="email-input" placeholder="Email Address"/> -->
<!-- <button>SIGN UP FOR EARLY ACCESS</button> -->
<div id="form" data-tf-widget="gZ8mozPq"></div>
<div id="form" data-tf-widget="QgVmRjQh"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
</div>
</div>

View File

@ -1,12 +1,12 @@
body {
background-color: black;
font-family: "Inter";
}
.header {
font-family: Graphik Web Regular;
font-style: italic;
font-weight: 500;
font-weight: 700;
font-size: 2rem;
line-height: 40px;
@ -16,7 +16,6 @@ body {
}
.subheader {
font-family: Graphik Web Regular;
font-style: normal;
font-weight: 500;
font-size: 36px;
@ -27,7 +26,6 @@ body {
}
.text {
font-family: Graphik Web Regular;
font-style: normal;
font-weight: normal;
font-size: 18px;