diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index ab4dfc8..0062ccd 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -2,6 +2,8 @@ @tailwind components; @tailwind utilities; +@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap"); + .field_with_errors { width: 100%; } diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f2696ce..c938e7f 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,20 +1,19 @@ - +