Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

217
Views
la familia de fuentes no cambia después de eliminar la familia por completo

Importé y definí una fuente llamada Vazirmatn localmente en mi proyecto Nextjs. Ahora quiero obtenerla de las fuentes de Google. El problema es que eliminé cualquier CSS que mencionara la fuente y eliminé los archivos de fuentes y cualquier importación remota, pero la familia de fuentes sigue siendo lo mismo en todas las páginas reviso cada CSS cargado en la página y no encontré ninguna referencia local o remota a la fuente

aquí está el código para la página 404 (el texto está en mi idioma nativo y la fuente también)

 import Image from "next/image" export default function() { return ( <> <div className='w-full h-full flex justify-center mt-7'> <Image src={'/404-page-not-found.svg'} width={'500px'} height={'500px'} ></Image> </div> <p><span style={{color:'#00ADB5'}} >خطای 404</span> نتونستیم صفحه ای که میخواستی رو پیدا کنیم</p> </> ) };

y aquí está mi global.css

 @tailwind base; @tailwind components; @tailwind utilities; /* @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap'); */ html, body { padding: 0; margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important; overflow-x: hidden; } a { color: #04cc; text-decoration: none; } * { box-sizing: border-box; } #__next { width: 100vw; height: 100vh; } span[data-slate-placeholder="true"] { opacity:0.5 !important; } .ck-editor { width: 50% !important; } li { margin-right: 15px; } ul li { list-style-type: disc; }

así es como se ve la página

ingrese la descripción de la imagen aquí

así es como quiero que se vea

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

El navegador aún muestra la fuente anterior porque aún ejecuta el mismo código en la página.

Debe ingresar a la configuración de su navegador y borrar su caché. Debería estar con la configuración para eliminar el historial de su navegador y las cookies.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!