From 7b0008b26198fed9bd9e69a75c5b677a2cd40049 Mon Sep 17 00:00:00 2001 From: rayelliott Date: Thu, 7 May 2020 20:43:30 +0000 Subject: [PATCH] update css --- style-rtl.css | 3 ++- style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/style-rtl.css b/style-rtl.css index f664744b..df91b8d8 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -374,7 +374,8 @@ select, optgroup, textarea { color: #404040; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: "Montserrat", sans-serif; + font-weight: 400; font-size: 1rem; line-height: 1.5; } diff --git a/style.css b/style.css index b8c4dea4..81f4b480 100644 --- a/style.css +++ b/style.css @@ -374,7 +374,8 @@ select, optgroup, textarea { color: #404040; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-weight: 400; font-size: 1rem; line-height: 1.5; }