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