update font rendering & meta tags

This commit is contained in:
Maximilian Schneider 2023-03-07 18:58:52 +01:00
parent ee2efe55a9
commit 164e1be0df
5 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ yarn-error.log*
# vercel
.vercel
tsconfig.tsbuildinfo

View File

@ -5,9 +5,10 @@ import '../styles/index.css'
function App({ Component, pageProps }) {
const title = 'Mango Markets'
const description =
'Decentralised, cross-margin trading up to 20x leverage with lightning speed and near-zero fees.'
'A magical new way to interact with DeFi. Groundbreaking safety features. Margin trade any token pair. All powered by flashloans.'
const keywords =
'Mango Markets, Serum, SRM, Serum DEX, DEFI, Decentralized Finance, Decentralised Finance, Crypto, ERC20, Ethereum, Decentralize, Solana, SOL, SPL, Cross-Chain, Trading, Fastest, Fast, SerumBTC, SerumUSD, SRM Tokens, SPL Tokens'
'Mango Markets, DEX, DEFI, Decentralized Finance, Decentralised Finance, Crypto, ERC20, Ethereum, Decentralize, Solana, SOL, SPL, Cross-Chain, Trading, Fastest, Fast, SPL Tokens'
return (
<>
@ -30,10 +31,8 @@ function App({ Component, pageProps }) {
<meta name="twitter:description" content={description} />
<meta
name="twitter:image"
content="https://www.mango.markets/socials/twitter-image-1200x600.png?34567878"
content="https://mango.markets/socials/meta.jpg?1234567"
/>
<link rel="manifest" href="/manifest.json"></link>
</Head>
<ThemeProvider defaultTheme="Mango">
<Component {...pageProps} />

BIN
public/socials/meta.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -151,6 +151,8 @@ th {
body {
@apply bg-th-bkg-1 font-body text-sm h-full;
letter-spacing: 0.025em;
-webkit-font-smoothing: antialiased;
}
button {
@ -195,11 +197,11 @@ h4 {
}
p {
@apply tracking-wider text-th-fgd-3 text-base xl:text-lg;
@apply text-th-fgd-3 text-base xl:text-lg;
}
a {
@apply tracking-wider text-base lg:text-lg;
@apply text-base lg:text-lg;
}
.font-mono {

File diff suppressed because one or more lines are too long