admin / AirportCyberSimulator
publicAirport Cyber Attack Simulation Application
AirportCyberSimulator / airport-cyber-sim-v2-exe / src / static / fonts.css
977 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | /* Locally-vendored fonts (SIL Open Font License) so the kiosk needs no internet. Orbitron is a variable font (weight axis); Rajdhani ships as static weights. */ @font-face { font-family: 'Orbitron'; font-style: normal; font-weight: 400 900; font-display: swap; src: url('fonts/Orbitron.ttf') format('truetype'); } @font-face { font-family: 'Rajdhani'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/Rajdhani-Regular.ttf') format('truetype'); } @font-face { font-family: 'Rajdhani'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/Rajdhani-Medium.ttf') format('truetype'); } @font-face { font-family: 'Rajdhani'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/Rajdhani-SemiBold.ttf') format('truetype'); } @font-face { font-family: 'Rajdhani'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/Rajdhani-Bold.ttf') format('truetype'); } |