Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HugoDzz
/
spaceship_drift
like
8
Running
App
Files
Files
Community
b64c993
spaceship_drift
/
tailwind.config.js
HugoDzz
feat: update game
b64c993
almost 2 years ago
raw
Copy download link
history
blame
Safe
211 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./src/**/*.{html,js,svelte,ts}"
],
theme
: {
extend
: {
fontFamily
: {
Hellovetica
: [
"Hellovetica"
]
},
},
},
plugins
: [],
};