25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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