Update font family to 'Noto Sans' in globals.css and tailwind.config.js

This commit is contained in:
2025-12-03 13:10:38 +01:00
parent 35329c2626
commit 6ddaeeae2e
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
fontFamily: { default: ["Montserrat"] },
fontFamily: { default: ["Noto Sans", "sans-serif"] },
extend: {
backgroundImage: {
main: "url('main.jpg')",