retro-react
Version:
A React component library for building retro-style websites
2 lines (1 loc) • 1.07 kB
JavaScript
"use strict";exports.BODY_FONT="\n 'MS Sans Serif', \n 'Tahoma', \n 'Verdana', \n sans-serif\n",exports.CRT_FONT="\n 'VT323', \n 'Share Tech Mono', \n 'Courier New', \n monospace\n",exports.DISPLAY_FONT="\n 'OCR A Std', \n 'Orbitron', \n 'Space Mono', \n 'Courier New', \n monospace\n",exports.DOS_FONT="\n 'Perfect DOS VGA 437', \n 'MS-DOS', \n 'Courier New', \n 'Courier', \n monospace\n",exports.FONT_SIZES={TINY:"8px",SMALL:"11px",NORMAL:"12px",MEDIUM:"14px",LARGE:"16px",XLARGE:"20px",DISPLAY:"24px",GIANT:"32px"},exports.FONT_WEIGHTS={NORMAL:400,BOLD:700},exports.PIXEL_FONT="\n 'Press Start 2P', \n '04b_03', \n 'Silkscreen', \n 'Courier New', \n monospace\n",exports.RETRO_SANS="\n 'Orbitron', \n 'Exo 2', \n 'Rajdhani', \n 'Arial Black', \n 'Impact', \n sans-serif\n",exports.SYSTEM_FONT="\n 'MS Sans Serif', \n 'Chicago', \n 'Geneva', \n 'Helvetica', \n sans-serif\n",exports.TERMINAL_FONT="\n 'Consolas', \n 'Monaco', \n 'Lucida Console', \n 'Liberation Mono', \n 'DejaVu Sans Mono', \n 'Courier New', \n monospace\n";