diff --git a/app/assets/stylesheets/shared_styles/elements/input_fields.scss b/app/assets/stylesheets/shared_styles/elements/input_fields.scss index d350c77a2..bdb53169e 100644 --- a/app/assets/stylesheets/shared_styles/elements/input_fields.scss +++ b/app/assets/stylesheets/shared_styles/elements/input_fields.scss @@ -45,8 +45,12 @@ } .sci-input-field[type=password] { - font-family: Arial; + font-family: "SN Inter", "Open Sans", Arial, Helvetica, sans-serif; letter-spacing: .075em; + + &::placeholder { + letter-spacing: initial; + } } .sn-icon { diff --git a/app/views/users/sessions/new.html.erb b/app/views/users/sessions/new.html.erb index e9951ad4b..306d07a1f 100644 --- a/app/views/users/sessions/new.html.erb +++ b/app/views/users/sessions/new.html.erb @@ -14,12 +14,12 @@ <% unless Rails.application.config.x.disable_local_passwords %> <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> -