Skip to content

Commit 2021bba

Browse files
committed
Science Commit 5.
1 parent 3074f11 commit 2021bba

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/emeter/servlets/servlet/src/main/webapp/calibration.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="UTF-8"/>
7-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
7+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
99
<title>Calibration — Emeter™</title>
1010
<link rel="stylesheet" href="css/style.css"/>

modules/emeter/servlets/servlet/src/main/webapp/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--radius: 8px;
1414
--radius-lg: 12px;
1515
--max-width: 1200px;
16-
--font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
16+
--font: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
1717
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
1818
}
1919
* { margin:0; padding:0; box-sizing:border-box; }

modules/emeter/servlets/servlet/src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<html lang="en">
2323
<head>
2424
<meta charset="UTF-8"/>
25-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
25+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
2626
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
2727
<title>Emeter™ — Precision Metering Instruction</title>
2828
<link rel="stylesheet" href="css/style.css"/>

modules/emeter/servlets/servlet/src/main/webapp/instructions.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="UTF-8"/>
7-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
7+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
99
<title>Instructions — Emeter™</title>
1010
<link rel="stylesheet" href="css/style.css"/>

modules/emeter/servlets/servlet/src/main/webapp/readings.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="UTF-8"/>
7-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
7+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
99
<title>Readings — Emeter™</title>
1010
<link rel="stylesheet" href="css/style.css"/>

modules/emeter/servlets/servlet/src/main/webapp/status.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="UTF-8"/>
7-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
7+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
99
<title>Status — Emeter™</title>
1010
<link rel="stylesheet" href="css/style.css"/>

modules/uncw/servlets/servlet/src/main/webapp/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--radius: 8px;
1414
--radius-lg: 12px;
1515
--max-width: 1200px;
16-
--font: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
16+
--font: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
1717
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
1818
}
1919
* { margin:0; padding:0; box-sizing:border-box; }

modules/uncw/servlets/servlet/src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<html lang="en">
3434
<head>
3535
<meta charset="UTF-8"/>
36-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet"/>
36+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
3737
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
3838
<title>UNCW™ — Wilmington at the Coast — NitroWebExpress™</title>
3939
<link rel="stylesheet" href="css/style.css"/>

modules/uncw/servlets/servlet/src/main/webapp/profile.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
11-
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet"/>
11+
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet"/>
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
1313
<title>Profile — UNCW™</title>
1414
<link rel="stylesheet" href="css/style.css"/>

source/strernary/servlets/servlet/src/main/webapp/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)