1.0.1 • Published 2 years ago

plusplusjakartasans v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

plusplusjakartasans

Self-hosted webfont for Plus Jakarta Sans

About

I stumbled upon this nice-looking font named Plus Jakarta Sans (a sans-serif font developed by Tokotype), and I've been thinking of using it for my next project, however, there wasn't any available CDN links I could readily import. So I made this project to self-host the font files to provide a service similar to Google Fonts and also for me to easily add it in my future projects.

Usage

using locally

<link rel="stylesheet" href="path/to/plusjakartasans.css">

via CDN using <link> tags

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/plusplusjakartasans@latest/plusjakartasans.css">

via CDN using @import in CSS

@import url('https://cdn.jsdelivr.net/npm/plusplusjakartasans@latest/plusjakartasans.css');
html { 
    font-family: 'Plus Jakarta Sans', sans-serif;
}

Some useful links

License