Vercel has great fonts, but which is it?

I'm cloning Vercel's landing page, downloaded Vercel's Geist font pack (Thanks Theo, pretty cool I can just add to Font Book) but when inspecting their website, I still can't figure out which font they're using for which element (bold, semi, thin...) 😡 How would you figure this out? What am I missing?
No description
Solution:
Just use the computed tab in chrome dev tools. For example they're using font weight 600 here
No description
Jump to solution
2 Replies
Solution
Vincent Udén
Vincent Udén•6mo ago
Just use the computed tab in chrome dev tools. For example they're using font weight 600 here
No description
adiguno
adiguno•6mo ago
ohhhh, right... Thanks Vincent!
Want results from more Discord servers?
Add your server
More Posts
Setting up a custom sign in page with AuthJs (NextAuth v5)The docs don't really explain how to make a custom sign in page and list providers using authjs, hasUsing next-auth v5 and prisma role based authenticationPlease consider the following `auth.ts` file located in the root of my project. ```ts // auth.ts exDo server actions have a fixed lifetime?I noticed when one of the pages on my site deployed on vercel which uses a number of server actions Google profile picture Next auth T3Does anyone know how to get Google profile picture when user singIn ? i'm using T3/Next-authOpen id view content from Tanstack Table with Tanstack RouterAnyone has any tip how I can render a new view in the current page of a selected item ? So im using How to add queryClientConfig to createTRPCNext in t-3 App routerHi everyone, I am trying to add a default option for tRPC mutations to: "useErrorBoundary: true". IAdding custom value to NextAuth session - [next-auth][error][JWT_SESSION_ERROR]I am trying to add a username field to my NextAuth session data in my t3 app and am getting the follWhat are the files in the /trpc folder used for in T3 App Router?I'm trying out the new create-t3-app with app router and am confused on the purpose of the /trpc folnextjs how to render serverside and then update data client-side based on a filter?I have this `page.tsx` rendering on the server: ```typescript const PostsPage = async () => { conDiscord multi-role authentication systemI want to create a multi role authentication system using Discord as an auth provider in my Next.JS