mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 16:09:17 -06:00
Add Hanken Grotesk, Roboto, Manropes fonts (+tailwind configs)
This commit is contained in:
@@ -10,13 +10,12 @@ module.exports = {
|
||||
},
|
||||
fontFamily: {
|
||||
manrope: ["\"Manrope\"", "sans-serif"],
|
||||
opensans: ["\"Open Sans\"", "sans-serif"],
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
raleway: ["\"Raleway\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\""],
|
||||
hanken: ["\"Hanken Grotesk\"", "sans-serif"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user