Skip to content

I need help with Tailwindcss v4 and Inter font #15415

Answered by wongjn
didix16 asked this question in Help
Discussion options

You must be logged in to vote

Oh yes, sorry, it'd be like:

@theme {
    --font-inter: Inter, sans-serif;
}

@layer theme {
  :root {
    font-feature-settings: 'liga' 1, 'calt' 1;
  }

  @supports (font-variation-settings: normal) {
    :root {
    --font-inter: InterVariable, sans-serif;
    }
  }
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@didix16
Comment options

@wongjn
Comment options

Answer selected by didix16
@didix16
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants