1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00

Default back to Inter

Using Inter for everything now since General Sans isn't open-source
This commit is contained in:
Josh Pigford 2024-02-08 13:09:21 -06:00
parent 4761619870
commit 89f66ad4cf
4 changed files with 0 additions and 11 deletions

Binary file not shown.

View file

@ -33,13 +33,3 @@
.input-field {
@apply p-0 mt-1 bg-transparent border-none opacity-50 focus:outline-none focus:ring-0 focus-within:opacity-100;
}
@layer base {
@font-face {
font-family: "GeneralSans";
font-style: normal;
font-weight: 200 700;
font-display: swap;
src: url("generalsans/GeneralSans-Variable.woff2") format("woff2");
}
}

View file

@ -11,7 +11,6 @@ module.exports = {
extend: {
fontFamily: {
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
display: ['GeneralSans, sans-serif'],
},
fontSize: {
'2xs': '.625rem',