summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-04-11 05:24:26 -0500
committero5pxels <o5pxels@gmail.com>2021-04-11 05:24:26 -0500
commit78a018cbb47247cb4ed994e0f1982b86594ca0be (patch)
tree931d2fa2440561d22d30ea474446b2399a49177a
parent3f06c73f57c3b434468c79af8d300d1cdcf68063 (diff)
downloadStreamFinder-78a018cbb47247cb4ed994e0f1982b86594ca0be.tar.xz
StreamFinder-78a018cbb47247cb4ed994e0f1982b86594ca0be.zip
update font-family for site
-rw-r--r--src/web/src/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/src/styles.css b/src/web/src/styles.css
index 8c0c651..f52e2e7 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 {