UNPKG

retro-react

Version:

A React component library for building retro-style websites

23 lines (22 loc) 1.31 kB
export declare const DOS_FONT = "\n 'Perfect DOS VGA 437', \n 'MS-DOS', \n 'Courier New', \n 'Courier', \n monospace\n"; export declare const SYSTEM_FONT = "\n 'MS Sans Serif', \n 'Chicago', \n 'Geneva', \n 'Helvetica', \n sans-serif\n"; export declare const TERMINAL_FONT = "\n 'Consolas', \n 'Monaco', \n 'Lucida Console', \n 'Liberation Mono', \n 'DejaVu Sans Mono', \n 'Courier New', \n monospace\n"; export declare const DISPLAY_FONT = "\n 'OCR A Std', \n 'Orbitron', \n 'Space Mono', \n 'Courier New', \n monospace\n"; export declare const RETRO_SANS = "\n 'Orbitron', \n 'Exo 2', \n 'Rajdhani', \n 'Arial Black', \n 'Impact', \n sans-serif\n"; export declare const PIXEL_FONT = "\n 'Press Start 2P', \n '04b_03', \n 'Silkscreen', \n 'Courier New', \n monospace\n"; export declare const BODY_FONT = "\n 'MS Sans Serif', \n 'Tahoma', \n 'Verdana', \n sans-serif\n"; export declare const CRT_FONT = "\n 'VT323', \n 'Share Tech Mono', \n 'Courier New', \n monospace\n"; export declare const FONT_SIZES: { TINY: string; SMALL: string; NORMAL: string; MEDIUM: string; LARGE: string; XLARGE: string; DISPLAY: string; GIANT: string; }; export declare const FONT_WEIGHTS: { NORMAL: number; BOLD: number; };