Skip to content

Commit

Permalink
fix: tailwind font config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndlerRL committed Aug 22, 2024
1 parent 5c5ba0c commit b158955
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/webapp/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ module.exports = {
200: 'rgba(125, 129, 217, 0.43)',
},
},
background: {
cornflowerblue: {
100: "rgba(125, 129, 217, 0.5)",
200: "rgba(125, 129, 217, 0.43)"
},
},
borderRadius: {
lg: 'var(--radius)',
md: 'calc(var(--radius) - 2px)',
Expand All @@ -114,15 +108,9 @@ module.exports = {
fontFamily: {
sans: ['Futura PT', ...fontFamily.sans],
'futura-pt-bold': ['Futura PT Bold', 'sans-serif'],
'futura-pt-condensed': ['Futura PT Heavy', 'sans-serif'],
'futura-pt-demi': ['Futura PT Demi', 'sans-serif'],
'lufga-bold': 'var(--font-lufga-bold)',
},
fontFamily: {
sans: ["Futura PT", ...fontFamily.sans],
'futura-pt-bold': ['Futura PT Bold', 'sans-serif'],
'futura-pt-condensed': ['Futura PT Heavy', 'sans-serif'],
},
keyframes: {
'accordion-down': {
from: { height: 0 },
Expand Down

0 comments on commit b158955

Please sign in to comment.