New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fontsource-abeezee

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontsource-abeezee

ABeeZee font in NPM glory.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Fontsource ABeeZee

The CSS and web font files to easily self-host the “ABeeZee” font. Please visit the main Fontsource monorepo to view more details on this package.

Installation

Fontsource assumes you are using a bundler, such as Webpack, to load in CSS. Tools like CRA, Gatsby and Next.js are prebuilt example solutions that are compatible.

yarn add fontsource-abeezee // npm install fontsource-abeezee

Then within your app entry file or site component, import it in. For example in Gatsby, you could simply import it into your layout.js component or gatsby-browser.js for limited circumstances.

import "fontsource-abeezee" //require("fontsource-abeezee")

Fontsource allows you to select font subsets, weights and even individual styles, allowing you to cut down on payload sizes to the last byte! The default selection above, however, sticks to the Latin subset including all weights and styles.

import "fontsource-abeezee/latin-ext.css" // All weights and styles included.
import "fontsource-abeezee/cyrillic-ext-400.css" // All styles included.
import "fontsource-abeezee/greek-700-normal.css" // Select either normal or italic.

Alternatively, the same solutions could be imported via SCSS!

@import "~fontsource-abeezee/index";
@import "~fontsource-abeezee/vietnamese-300-italic";

Do confirm on Google Fonts (or elsewhere) whether your font supports a certain subset, weight or style beforehand as these examples may not reflect actual compatibility.

Other Notes

Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an issue.

Keywords

FAQs

Package last updated on 18 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc