[Perl] DAQ system for the FAPG.
Set dashboard font to Inter.
roles/dashboard/public/css/app.css
@@ -22,7 +22,7 @@
22
22
23
23
body {
24
24
margin: 0;
25
Removed:
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
25
Added:
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
26
26
background: var(--bg);
27
27
color: var(--text);
28
28
}
roles/dashboard/templates/layouts/default.html.ep
@@ -6,6 +6,9 @@
6
6
<meta charset="utf-8">
7
7
<title><%= title %></title>
8
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
Added:
<link rel="preconnect" href="https://fonts.googleapis.com">
10
Added:
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
Added:
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
9
12
<link rel="stylesheet" href="/css/app.css">
10
13
</head>
11
14
<body>