You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fontsource-variable/exo-2

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource-variable/exo-2 - npm Package Compare versions

Comparing version

to
5.0.3

4

package.json
{
"name": "@fontsource-variable/exo-2",
"version": "5.0.2",
"version": "5.0.3",
"description": "Self-host the Exo 2 font in a neatly bundled NPM package.",

@@ -29,3 +29,3 @@ "main": "index.css",

},
"publishHash": "e2cf5bcf56a1329b"
"publishHash": "72c57768d1eb8323"
}
# Fontsource Exo 2
[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/exo-2?color=brightgreen)](https://www.npmjs.com/package/@fontsource/exo-2) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/exo-2)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/exo-2)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/exo-2?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/exo-2) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/exo-2)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/exo-2)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
The CSS and web font files to easily self-host the “Exo 2” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/exo-2) to view more details on this package.
The CSS and web font files to easily self-host the “Exo 2” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/exo-2) to view more details on this package.
## Quick Installation
Fontsource has a variety of methods to import CSS, such as using a bundler like Webpack. Alternatively, it supports SASS. Full documentation can be found [here](https://fontsource.org/docs/getting-started/introduction).
Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction).

@@ -21,3 +21,2 @@ ```javascript

import "@fontsource-variable/exo-2/wght-italic.css"; // Specify axis and style
```

@@ -31,2 +30,4 @@

> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/exo-2).
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.

@@ -36,14 +37,8 @@

body {
font-family: "Exo 2";
font-family: "Exo 2 Variable";
}
```
## Variable Fonts
This particular typeface supports [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide).
Variable documentation can be found [here](https://fontsource.org/docs/getting-started/variable).
## Licensing
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.
Always make sure to read the license for each font 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.

@@ -55,2 +50,3 @@ Copyright 2013 The Exo 2 Project Authors (https://github.com/NDISCOVER/Exo-2.0)

Font version (provided by source): `v20`.
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](https://github.com/fontsource/fontsource/issues).
If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).