Comment by thm

Comment by thm 13 hours ago

1 reply

Article forgot to mention variable fonts, so you should do something like

  @supports (font-variation-settings: normal) {
      body {
          font-family: "V-Font", regular fonts...;
      }
  }
Velocifyer 13 hours ago

The method in the article just uses the Google Fonts CSS but with the paths modified