Skip to content

Inconsistency between the readme and inter.css #876

Description

@john-a-m

inter.css defines the variable font face as InterVariable how ever the readme references Inter var.

:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: 'Inter var', sans-serif; }
}

this seems incorrect to me, am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions