Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 

9 строки
398 B

  1. // Feature flags compilati nel bundle. Modifica e ricostruisci (npm run build) per applicare.
  2. export const EXTERNAL_LINK_ENABLED = true;
  3. // Font di default se il portale non ne ha impostato uno.
  4. // Lascia stringa vuota per usare il font di sistema (Arial).
  5. // Per usare un font, scrivi il nome esatto del file presente in data/fonts/ (es. "Geist-Variable.woff2").
  6. export const DEFAULT_FONT = '';