79429891

Date: 2025-02-11 12:07:17
Score: 1
Natty:
Report link

It helped me to replace the font-family item in global.css (I added font names there).

Like this:

globals.css:

body {
    color: var(--foreground);
    background: var(--background);
    font-family: 'My Font', 'My Font Fallback', Arial, Helvetica, sans-serif;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kononoV