From e0b19707bf7e0bfa1e2ef298146e7ff74175847b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 10 Oct 2024 17:33:45 +0100 Subject: [PATCH] Use Inter font (without variable) --- assets/tailwind.config.js | 2 +- lib/music_library_web/components/layouts/root.html.heex | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 59758f16..cd7ec42c 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -18,7 +18,7 @@ module.exports = { brand: "#D4AF37", }, fontFamily: { - sans: ['InterVariable', ...defaultTheme.fontFamily.sans], + sans: ['Inter', ...defaultTheme.fontFamily.sans], }, }, }, diff --git a/lib/music_library_web/components/layouts/root.html.heex b/lib/music_library_web/components/layouts/root.html.heex index 74c2422b..ed46e393 100644 --- a/lib/music_library_web/components/layouts/root.html.heex +++ b/lib/music_library_web/components/layouts/root.html.heex @@ -7,6 +7,7 @@ <.live_title suffix=" ยท Phoenix Framework"> <%= assigns[:page_title] || "MusicLibrary" %> +