diff --git a/content/page/token/comparison/main/main.md b/content/page/token/comparison/main/main.md index 0de923f37..7266b7fc0 100644 --- a/content/page/token/comparison/main/main.md +++ b/content/page/token/comparison/main/main.md @@ -3,5 +3,5 @@ id: token_comparison title: THE TFT FUELS THE P2P INTERNET description: It is the official medium of exchange for capacity on the ThreeFold Grid. button: Get Tokens -link: '' #add button link here +link: 'https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell' #add button link here --- diff --git a/content/page/token/productData/main/main.md b/content/page/token/productData/main/main.md index 575514c94..360c46b4b 100644 --- a/content/page/token/productData/main/main.md +++ b/content/page/token/productData/main/main.md @@ -3,5 +3,5 @@ id: token_product title: subtitle: button: Get Tokens -link: +link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell --- diff --git a/content/page/token/token.md b/content/page/token/token.md index d015b6dd1..179df4281 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -6,7 +6,7 @@ header_image: ./token_header.png header_altImg: ThreeFold Token header_excerpt: The ThreeFold Token is the currency of the fastest growing P2P internet network on the planet. The perfect time to get involved in our growth is now. button: Get Tokens -link: / +link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell comparisonMain: token_comparison comparisonSecs: [expand_grid, invest_token, earn_more] partenershipsMain: cryptocurrency_main diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 0d4eaa30c..fed7a0267 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -15,6 +15,10 @@ body h2 { font-family: 'Lato', sans-serif; } +h1 { + font-family: 'Lato', sans-serif; +} + body { padding-top: 60px; } @@ -140,7 +144,18 @@ button:focus { font-size: 5rem; line-height: 1; font-family: 'Lato', sans-serif !important; + } + +text-6xl { + font-family: 'Lato', sans-serif !important; +} + +text-5xl { + font-family: 'Lato', sans-serif !important; +} + + @media (min-width: 375px) { .text-3xl { font-size: 2.25rem