@notpushkin/acari-sans
v5.2.0
Published
Self-host the Acari Sans font in a neatly bundled NPM package.
Maintainers
Readme
@notpushkin/acari-sans
The CSS and web font files to easily self-host the “Acari Sans” font.
This is not an official Fontsource package – I’m just playing around with the tooling :-) For the official one, monitor the #138 font request.
Quick Installation
Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation here.
npm install @notpushkin/acari-sansWithin your app entry file or site component, import it in.
import "@notpushkin/acari-sans"; // Defaults to weight 400
import "@notpushkin/acari-sans/400.css"; // Specify weight
import "@notpushkin/acari-sans/400-italic.css"; // Specify weight and styleSupported variables:
- Weights:
[400,500,300,600,700,800,900] - Styles:
[normal,italic] - Subsets:
[cyrillic]
Note:
italicmay not be supported by all fonts. To learn more about what weights and styles are supported, please visit the Fontsource website.
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
body {
font-family: "Acari Sans";
}Licensing
Copyright (c) 2015, HK Grotesk Latin by Alfredo Marco Pradil ([email protected]) and HK Grotesk Cyrillic by Stefan Peev (http://www.contextbg.net/). HK Grotesk is a trademark of Alfredo Marco Pradil
Copyright (c) 2018-2024 The Acari Sans Project Authors (https://github.com/cssobral2013/acari-sans)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
Other Notes
Font version (provided by source): v1.105.
This is not an official Fontsource package, but is built using the same tooling. Consider starring the Acari Sans and the Fontsource repositories.
