Socket
Socket
Sign inDemoInstall

@fontsource/poiret-one

Package Overview
Dependencies
0
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.11 to 5.0.0

LICENSE

3

CHANGELOG.md
# Changelog
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md).
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md).
{
"fontId": "poiret-one",
"fontName": "Poiret One",
"id": "poiret-one",
"family": "Poiret One",
"subsets": ["cyrillic", "latin", "latin-ext"],

@@ -12,5 +12,9 @@ "weights": [400],

"category": "display",
"source": "https://fonts.google.com/",
"license": "https://fonts.google.com/attribution",
"license": {
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL",
"attribution": "Copyright (c) 2011, Denis Masharov (denis.masharov@gmail.com)"
},
"source": "https://github.com/google/fonts",
"type": "google"
}
}

@@ -1,1 +0,29 @@

{"name":"@fontsource/poiret-one","version":"4.5.11","description":"Self-host the Poiret One font in a neatly bundled NPM package.","main":"index.css","publishConfig":{"access":"public"},"keywords":["fontsource","font","font family","google fonts","Poiret One","poiret-one"],"author":"Lotus <declininglotus@gmail.com>","license":"MIT","homepage":"https://github.com/fontsource/fontsource/tree/main/fonts/google/poiret-one#readme","repository":{"type":"git","url":"https://github.com/fontsource/fontsource.git","directory":"fonts/google/poiret-one"}}
{
"name": "@fontsource/poiret-one",
"version": "5.0.0",
"description": "Self-host the Poiret One font in a neatly bundled NPM package.",
"main": "index.css",
"publishConfig": {"access": "public"},
"keywords": [
"fontsource",
"font",
"font family",
"google fonts",
"poiret-one",
"Poiret One",
"css",
"sass",
"front-end",
"web",
"typeface",
"variable"
],
"author": "Google Inc.",
"license": "OFL-1.1",
"homepage": "https://fontsource.org/fonts/poiret-one",
"repository": {
"type": "git",
"url": "https://github.com/fontsource/font-files.git",
"directory": "fonts/google/poiret-one"
}
}

@@ -9,6 +9,6 @@ # Fontsource Poiret One

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/introduction).
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).
```javascript
yarn add @fontsource/poiret-one // npm install @fontsource/poiret-one
npm install @fontsource/poiret-one
```

@@ -19,10 +19,12 @@

```javascript
import "@fontsource/poiret-one"; // Defaults to weight 400.
import "@fontsource/poiret-one"; // Defaults to weight 400
import "@fontsource/poiret-one/400.css"; // Specify weight
import "@fontsource/poiret-one/400-italic.css"; // Specify weight and style
```
Supported variables:
- Weights: `[400]`
- Styles: `[normal]`
- Supported subsets: `[cyrillic,latin,latin-ext]`
- Subsets: `[cyrillic,latin,latin-ext]`

@@ -33,3 +35,3 @@ Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.

body {
font-family: "Poiret One";
font-family: "Poiret One;
}

@@ -39,12 +41,10 @@ ```

## 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.
[Google Fonts License Attributions](https://fonts.google.com/attribution)
Copyright (c) 2011, Denis Masharov (denis.masharov@gmail.com)
[OFL-1.1](http://scripts.sil.org/OFL)
## Other Notes
Font version (provided by source): `v14`.
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).
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).
{
"cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116",
"latin-ext": "U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF",
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
}
"latin-ext": "U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF",
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc