From 251e79b6784e45772a5353cf55827871d27796ba Mon Sep 17 00:00:00 2001 From: rav4s Date: Sun, 18 Apr 2021 16:48:17 -0500 Subject: [PATCH] Replaced roboto with system fonts in navbar --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 688a83b..6134bba 100644 --- a/css/styles.css +++ b/css/styles.css @@ -78,7 +78,7 @@ p { background-color: var(--main-card-bg-color); display: flex; padding: 16px; - font-family: 'Roboto', sans-serif; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif color: white; }