summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/src/index.html2
-rw-r--r--src/web/src/styles.css5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/web/src/index.html b/src/web/src/index.html
index 8e4a9d4..feaf0d6 100644
--- a/src/web/src/index.html
+++ b/src/web/src/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <title>Client</title>
+ <title>StreamFinder</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
diff --git a/src/web/src/styles.css b/src/web/src/styles.css
index b1664ee..5aedd08 100644
--- a/src/web/src/styles.css
+++ b/src/web/src/styles.css
@@ -8,7 +8,10 @@ body {
}
body {
margin: 0;
- font-family: Roboto, "Helvetica Neue", sans-serif;
+
+}
+* {
+ font-family: Arial, Helvetica, sans-serif;
}
.mat-option {