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; }