diff --git a/app/assets/fonts/.DS_Store b/app/assets/fonts/.DS_Store deleted file mode 100644 index 84827d3d..00000000 Binary files a/app/assets/fonts/.DS_Store and /dev/null differ diff --git a/app/assets/fonts/generalsans/GeneralSans-Variable.woff2 b/app/assets/fonts/generalsans/GeneralSans-Variable.woff2 deleted file mode 100644 index 55e906ba..00000000 Binary files a/app/assets/fonts/generalsans/GeneralSans-Variable.woff2 and /dev/null differ diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 459986af..f12188eb 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -33,13 +33,3 @@ .input-field { @apply p-0 mt-1 bg-transparent border-none opacity-50 focus:outline-none focus:ring-0 focus-within:opacity-100; } - -@layer base { - @font-face { - font-family: "GeneralSans"; - font-style: normal; - font-weight: 200 700; - font-display: swap; - src: url("generalsans/GeneralSans-Variable.woff2") format("woff2"); - } -} diff --git a/config/tailwind.config.js b/config/tailwind.config.js index 99854d6a..cd2f7697 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -11,7 +11,6 @@ module.exports = { extend: { fontFamily: { sans: ['Inter var', ...defaultTheme.fontFamily.sans], - display: ['GeneralSans, sans-serif'], }, fontSize: { '2xs': '.625rem',