| 59 | export const INSTALL_DIAGNOSTICS_ENABLED = false; |
| 60 | |
| 61 | export interface FontOption { |
| 62 | value: string; |
| 63 | label: string; |
| 64 | } |
| 65 | |
| 66 | export const FONT_OPTIONS: FontOption[] = [ |
| 67 | { value: "", label: "Default (Space Grotesk)" }, |
nothing calls this directly
no outgoing calls
no test coverage detected