changed sans font to roboto (#895)
This commit is contained in:
+3
-1
@@ -7,6 +7,9 @@ module.exports = {
|
||||
],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ["Roboto", "sans-serif"],
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
black: "#111111",
|
||||
@@ -96,7 +99,6 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
inter: ["Inter", "sans-serif"],
|
||||
cal: ["Cal Sans", "sans-serif"],
|
||||
},
|
||||
maxHeight: (theme) => ({
|
||||
|
||||
Reference in New Issue
Block a user