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;
}