N°3685 Replace Raleway truetype font files with woff ones

This commit is contained in:
Stephen Abello
2021-09-14 15:47:57 +02:00
committed by Molkobain
parent 443292e1f6
commit 61ee4d6807
359 changed files with 2421 additions and 310 deletions

52
node_modules/@fontsource/raleway/README.md generated vendored Normal file
View File

@@ -0,0 +1,52 @@
# Fontsource Raleway
[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/raleway?color=brightgreen)](https://www.npmjs.com/package/@fontsource/raleway) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/raleway)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/raleway)](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 “Raleway” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/raleway) 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/introduction).
```javascript
yarn add @fontsource/raleway // npm install @fontsource/raleway
```
Within your app entry file or site component, import it in.
```javascript
import "@fontsource/raleway"; // Defaults to weight 400.
```
Supported variables:
- Weights: `[100,200,300,400,500,600,700,800,900]`
- Styles: `[italic,normal]`
- Supported subsets: `[cyrillic,cyrillic-ext,latin,latin-ext,vietnamese]`
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
```css
body {
font-family: "Raleway";
}
```
## 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/variable-fonts).
## 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)
## Other Notes
Font version (provided by source): `v22`.
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).