diff --git a/apps/web/public/fonts/Qwigley-Regular.ttf b/apps/web/public/fonts/Qwigley-Regular.ttf new file mode 100644 index 000000000..e4e589068 Binary files /dev/null and b/apps/web/public/fonts/Qwigley-Regular.ttf differ diff --git a/apps/web/styles/tailwind.css b/apps/web/styles/tailwind.css index bb1c1d5be..1485f9f57 100644 --- a/apps/web/styles/tailwind.css +++ b/apps/web/styles/tailwind.css @@ -9,8 +9,7 @@ min-height: 100%; } -/* @media (prefers-color-scheme: dark) { - html { - color-scheme: dark; - } -} */ +@font-face { + font-family: "Qwigley"; + src: url("/fonts/Qwigley-Regular.ttf"); +} diff --git a/apps/web/tailwind.config.js b/apps/web/tailwind.config.js index d53c81d10..a426081ee 100644 --- a/apps/web/tailwind.config.js +++ b/apps/web/tailwind.config.js @@ -12,8 +12,8 @@ module.exports = { theme: { extend: { fontFamily: { - // sans: ['Monteserrat', 'sans-serif'], monteserrat: ["Monteserrat", "sans-serif"], + qwigley: ["Qwigley", "serif"], }, colors: { neon: "#37f095",