Contenido del Curso
Next.js 14
Next.js 14
4. Deployment and Database
Challenge: Adding Custom Google Font
We continue our work within the fonts.ts
file. Let's import Rubik
font with 400
weight and latin
subsets. Apply this font to the p
element in the app/page.tsx
file.
To finalize the use of fonts, uncomment the TradeHubLogo
component in the app/page.tsx
file, and check the live page.
We should be able to see the following view of our application.
In Practice
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 9