Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

9 rader
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 = '';