mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
feat: add fallback fonts
This commit is contained in:
@@ -11,8 +11,8 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["Inter"],
|
||||
display: ["Motiva Sans"],
|
||||
sans: ["Inter", "San Francisco", "sans-serif"],
|
||||
display: ["Motiva Sans", "Arial", "sans-serif"],
|
||||
},
|
||||
colors: {
|
||||
zinc: {
|
||||
|
||||
Reference in New Issue
Block a user