The issue to add Iosevka font doesn’t seem to be processed. Therefore, I create my own Iosevka webfont hosting using Github Page (inspired by Pvinis).
<link href="https://ntk148v.github.io/iosevkawebfont/latest/iosevka.css" rel="stylesheet" />
. At this time, this is only the latest version hosted here (check the current latest version here).fontFamily: 'Iosevka Web'
or font-family: 'Iosevka Web'
.I use a simple bash script to get the latest release. Combining with Github action, it is looking for the new release everyday and update automatically.