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

View File

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