Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
fontsource-open-sans
Advanced tools
The CSS and web font files to easily self-host the “Open Sans” font. Please visit the main Fontsource monorepo to view more details on this package.
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-open-sans // npm install fontsource-open-sans
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-open-sans" //require("fontsource-open-sans")
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-open-sans/latin-ext.css" // All weights and styles included.
import "fontsource-open-sans/cyrillic-ext-400.css" // All styles included.
import "fontsource-open-sans/greek-700-normal.css" // Select either normal or italic.
Alternatively, the same solutions could be imported via SCSS!
@import "~fontsource-open-sans/index";
@import "~fontsource-open-sans/vietnamese-300-italic";
These examples may not reflect actual compatibility. Please refer below.
Supported variables:
[cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese]
[300,400,600,700,800]
[normal,italic]
It is important to always read the license for every font that you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
Google Fonts License Attributions
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.
FAQs
Open Sans font in NPM glory.
The npm package fontsource-open-sans receives a total of 401 weekly downloads. As such, fontsource-open-sans popularity was classified as not popular.
We found that fontsource-open-sans demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.