Update font family to 'Noto Sans' in globals.css and tailwind.config.js
This commit is contained in:
@@ -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')",
|
||||
|
||||
Reference in New Issue
Block a user