diff --git a/assets/css/global.css b/assets/css/global.css index 9fd4e16..db94de6 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -50,22 +50,6 @@ src: url(./../fonts/Source-codePro.woff2); } -@font-face { - font-family: "Product Sans Regular"; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(./../fonts/ProductSans-Regular.woff2); -} - -@font-face { - font-family: "Product Sans Black"; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url(./../fonts/ProductSans-Black.woff2); -} - @font-face { font-family: "Poppins Light"; font-style: normal; @@ -316,7 +300,7 @@ code::after { } .prose :where(blockquote, blockquote i):not(:where([class~="not-prose"] *)) { - @apply not-italic text-[1.4rem] lg:text-[1.755rem] leading-[2.3rem] text-[#757575] font-normal font-inter-light; + @apply not-italic text-[1.4rem] lg:text-[1.755rem] leading-[2.3rem] text-[#757575] font-normal tracking-wide font-inter-light; } .prose diff --git a/assets/fonts/ProductSans-Black.woff2 b/assets/fonts/ProductSans-Black.woff2 deleted file mode 100755 index a032904..0000000 Binary files a/assets/fonts/ProductSans-Black.woff2 and /dev/null differ diff --git a/assets/fonts/ProductSans-Regular.woff2 b/assets/fonts/ProductSans-Regular.woff2 deleted file mode 100755 index d4bcbf2..0000000 Binary files a/assets/fonts/ProductSans-Regular.woff2 and /dev/null differ diff --git a/components/authorDetails.js b/components/authorDetails.js index 874e5c1..c99af58 100644 --- a/components/authorDetails.js +++ b/components/authorDetails.js @@ -16,7 +16,7 @@ export default function AuthorDetails({ postData }) { />
-
+
{postData.authorName}
{postData.authorBio ? ( @@ -54,7 +54,7 @@ export default function AuthorDetails({ postData }) { postData.authorBio ? "space-y-4" : "space-y-1" } md:-ml-16 xl:-ml-10 2xl:-ml-16`} > -
+
{postData.authorName}
{postData.authorBio ? ( diff --git a/pages/[slug].js b/pages/[slug].js index 081d0e1..f89dee8 100644 --- a/pages/[slug].js +++ b/pages/[slug].js @@ -290,7 +290,7 @@ export default function Post({ postData, status, posts, mixpanel }) { />
-
+

{post.title}

@@ -317,21 +317,21 @@ export default function Post({ postData, status, posts, mixpanel }) {
{tagsString ? ( -
-
+
+
-
+
{tagsString}
) : ( "" )} -
+
{post.summary}
@@ -361,10 +361,10 @@ export default function Post({ postData, status, posts, mixpanel }) { />
-
+
{ mixpanel.track("tap_share_facebook"); window.open( @@ -379,7 +379,7 @@ export default function Post({ postData, status, posts, mixpanel }) { /> { mixpanel.track("tap_share_linkedin"); window.open( @@ -394,7 +394,7 @@ export default function Post({ postData, status, posts, mixpanel }) { /> { mixpanel.track("tap_share_twitter"); window.open( @@ -411,7 +411,7 @@ export default function Post({ postData, status, posts, mixpanel }) { /> { mixpanel.track("tap_share_reddit"); window.open( @@ -426,7 +426,7 @@ export default function Post({ postData, status, posts, mixpanel }) { /> { copyLink(); }} @@ -500,7 +500,7 @@ export default function Post({ postData, status, posts, mixpanel }) { }) : ""}
- + {post.authorBio ? : ""}
{/* Recommended Posts Section Desktop View */} diff --git a/tailwind.config.js b/tailwind.config.js index 6144570..4bca451 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,8 +16,6 @@ module.exports = { "3xl": "1600px", }, fontFamily: { - "product-black": ["Product Sans Black"], - "product-regular": ["Product Sans Regular"], "inter-medium": ["Inter Medium"], "inter-regular": ["Inter Regular"], "inter-bold": ["Inter Bold"],