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:
parent
4761619870
commit
89f66ad4cf
4 changed files with 0 additions and 11 deletions
BIN
app/assets/fonts/.DS_Store
vendored
BIN
app/assets/fonts/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ module.exports = {
|
|||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
display: ['GeneralSans, sans-serif'],
|
||||
},
|
||||
fontSize: {
|
||||
'2xs': '.625rem',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue