Catalyst / admin/AirportCyberSimulator 14.8 GB / 57.8 GB 40.0 GB free
Help Sign in

admin / AirportCyberSimulator

public

Airport Cyber Attack Simulation Application

Code Issues Pull requests Pipelines Packages Security Insights Wiki Settings
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');
}