Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

ntk148v/iosevkawebfont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iosevka webfont

DEPRECATED WARNING: This repository is deprecated, take a look at Iosevka-webfonts organization for more up to date solution. Cheers!

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).

How to use

  • Add <link href="https://ntk148v.github.io/iosevkawebfont/latest/<variant-name>/<variant-name>.css" rel="stylesheet" /> to your <head>. Change <variant-name> to proper variant, for example: iosevka-curly, iosevka-curly-slab...Every Iosevka webfonts are collected. For the complete list, you may want to check latest folder. At this time, this is only the latest version hosted here (check the current latest version here).
  • For example to use Iosevka curly webfonts, follow:
    • Add <link href="https://ntk148v.github.io/iosevkawebfont/latest/iosevka-curly/iosevka-curly.css" rel="stylesheet" /> to your <head>.
    • Use fontFamily: 'Iosevka Curly Web' or font-family: 'Iosevka Curly Web'.
  • DEPRECATED NOTE: For backward compatible, I keep the previous version, you still can access it with url <link href="https://ntk148v.github.io/iosevkawebfont/latest/iosevka.css" rel="stylesheet" />

How to update

I use a Python script to fetch all assets of the latest release. Combining with Github action, it is looking for the new release everyday and update automatically.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages