diff options
| author | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 16:24:01 +0545 |
|---|---|---|
| committer | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 16:24:01 +0545 |
| commit | dc94ae92ec8ce4b7937104ebd0402733f02bc4b9 (patch) | |
| tree | 3fecfa4f5ec874b8e0310fdc9b8f986305156955 | |
| parent | 32455166bb3639f0b83fc916e1b2845ff1f137ae (diff) | |
| parent | e47755725b37ae982d6bf5c93dec78f6d6a8b48a (diff) | |
| download | StreamFinder-dc94ae92ec8ce4b7937104ebd0402733f02bc4b9.tar.xz StreamFinder-dc94ae92ec8ce4b7937104ebd0402733f02bc4b9.zip | |
Merge branch 'main' of https://github.com/FivePixels/StreamFinder into amar
| -rw-r--r-- | src/web/src/index.html | 2 | ||||
| -rw-r--r-- | src/web/src/styles.css | 5 |
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 { |
