mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-11 04:08:13 -06:00
Use Inter var as global default font
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
zinc: {
|
||||
850: "#1D1D20",
|
||||
|
||||
Reference in New Issue
Block a user