Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild Non-Google Fonts with New Breaking Changes #42

Merged
merged 2 commits into from Aug 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -34,6 +34,7 @@
"parser:v1": "npm explore google-font-metadata -- yarn parser:v1",
"parser:v2": "npm explore google-font-metadata -- yarn parser:v2",
"readme-update:google": "node scripts/google/google-readme-updater.js",
"util:generic-rebuild": "node scripts/generic/rebuilder.js",
"util:renamer": "node scripts/generic/renamer.js",
"deploy": "lerna publish patch --no-git-tag-version --no-push --force-publish",
"deploy:ci": "lerna version patch --yes --no-push --message 'chore: release new versions' && lerna publish from-git --yes && git push --follow-tags --no-verify origin master"
Expand Down
13 changes: 6 additions & 7 deletions packages/blackout-midnight/README.md
@@ -1,8 +1,7 @@
# Fontsource Blackout Midnight
[![npm version](https://badge.fury.io/js/fontsource-blackout-midnight.svg)](https://www.npmjs.com/package/fontsource-blackout-midnight) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-midnight)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-midnight)](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 version](https://badge.fury.io/js/fontsource-blackout-midnight.svg)](https://www.npmjs.com/package/fontsource-blackout-midnight) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/DecliningLotus/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-midnight)](https://github.com/DecliningLotus/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-midnight)](https://github.com/DecliningLotus/fontsource) [![GitHub stars](https://img.shields.io/github/stars/DecliningLotus/fontsource.svg?style=social&label=Star)](https://GitHub.com/DecliningLotus/fontsource/stargazers/)

The CSS and web font files to easily self-host the “Blackout Midnight” font. Please visit the main [Fontsource monorepo](https://github.com/DecliningLotus/fontsource) to view more details on this package.
The CSS and web font files to easily self-host the “Blackout Midnight” font. Please visit the main [Fontsource monorepo](https://github.com/fontsource/fontsource) to view more details on this package.

## Installation

Expand All @@ -15,7 +14,7 @@ yarn add fontsource-blackout-midnight // npm install fontsource-blackout-midnigh
Then within your app entry file or site component, import it in. For example in Gatsby, you could choose to import it into a layout template (`layout.js`), page component, or `gatsby-browser.js`.

```javascript
import "fontsource-blackout-midnight" // require("fontsource-blackout-midnight")
import "fontsource-blackout-midnight" // Defaults to weight 400 with all styles included.
```

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.
Expand All @@ -36,7 +35,6 @@ Alternatively, the same solutions could be imported via SCSS!
_These examples may not reflect actual compatibility. Please refer below._

Supported variables:

- Subsets: `[latin]`
- Weights: `[400]`
- Styles: `[normal]`
Expand All @@ -49,7 +47,7 @@ body {
}
```

## Licensing
## 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.
Expand All @@ -60,4 +58,5 @@ Font [Source](https://github.com/theleagueof/blackout) and [License](https://git

Font version (provided by source): `v1`.

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/DecliningLotus/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).

1 change: 0 additions & 1 deletion packages/blackout-midnight/index.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-midnight-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-midnight-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-midnight/latin-400-normal.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-midnight-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-midnight-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-midnight/latin-400.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-midnight-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-midnight-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-midnight/latin.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-midnight-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-midnight-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
14 changes: 1 addition & 13 deletions packages/blackout-midnight/metadata.json
@@ -1,13 +1 @@
{
"fontId": "blackout-midnight",
"fontName": "Blackout Midnight",
"subsets": ["latin"],
"weights": ["400"],
"styles": ["normal"],
"defSubset": "latin",
"lastModified": "2020-07-21",
"version": "v1",
"source": "https://github.com/theleagueof/blackout",
"license": "https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown",
"type": "league"
}
{"fontId":"blackout-midnight","fontName":"Blackout Midnight","subsets":["latin"],"weights":["400"],"styles":["normal"],"defSubset":"latin","lastModified":"2020-08-02","version":"v1","source":"https://github.com/theleagueof/blackout","license":"https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown","type":"league"}
8 changes: 6 additions & 2 deletions packages/blackout-midnight/package.json
Expand Up @@ -15,6 +15,10 @@
],
"author": "Lotus <declininglotus@gmail.com>",
"license": "MIT",
"repository": "https://github.com/DecliningLotus/fontsource/tree/master/packages/blackout-midnight",
"gitHead": "5a7131094483365077f575a9da00a78be3c83891"
"homepage": "https://github.com/fontsource/fontsource/tree/master/packages/blackout-midnight#readme",
"repository": {
"type" : "git",
"url" : "https://github.com/fontsource/fontsource.git",
"directory": "packages/blackout-midnight"
}
}
13 changes: 6 additions & 7 deletions packages/blackout-sunrise/README.md
@@ -1,8 +1,7 @@
# Fontsource Blackout Sunrise
[![npm version](https://badge.fury.io/js/fontsource-blackout-sunrise.svg)](https://www.npmjs.com/package/fontsource-blackout-sunrise) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-sunrise)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-sunrise)](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 version](https://badge.fury.io/js/fontsource-blackout-sunrise.svg)](https://www.npmjs.com/package/fontsource-blackout-sunrise) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/DecliningLotus/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-sunrise)](https://github.com/DecliningLotus/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-sunrise)](https://github.com/DecliningLotus/fontsource) [![GitHub stars](https://img.shields.io/github/stars/DecliningLotus/fontsource.svg?style=social&label=Star)](https://GitHub.com/DecliningLotus/fontsource/stargazers/)

The CSS and web font files to easily self-host the “Blackout Sunrise” font. Please visit the main [Fontsource monorepo](https://github.com/DecliningLotus/fontsource) to view more details on this package.
The CSS and web font files to easily self-host the “Blackout Sunrise” font. Please visit the main [Fontsource monorepo](https://github.com/fontsource/fontsource) to view more details on this package.

## Installation

Expand All @@ -15,7 +14,7 @@ yarn add fontsource-blackout-sunrise // npm install fontsource-blackout-sunrise
Then within your app entry file or site component, import it in. For example in Gatsby, you could choose to import it into a layout template (`layout.js`), page component, or `gatsby-browser.js`.

```javascript
import "fontsource-blackout-sunrise" // require("fontsource-blackout-sunrise")
import "fontsource-blackout-sunrise" // Defaults to weight 400 with all styles included.
```

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.
Expand All @@ -36,7 +35,6 @@ Alternatively, the same solutions could be imported via SCSS!
_These examples may not reflect actual compatibility. Please refer below._

Supported variables:

- Subsets: `[latin]`
- Weights: `[400]`
- Styles: `[normal]`
Expand All @@ -49,7 +47,7 @@ body {
}
```

## Licensing
## 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.
Expand All @@ -60,4 +58,5 @@ Font [Source](https://github.com/theleagueof/blackout) and [License](https://git

Font version (provided by source): `v1`.

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/DecliningLotus/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).

1 change: 0 additions & 1 deletion packages/blackout-sunrise/index.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-sunrise-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-sunrise-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-sunrise/latin-400-normal.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-sunrise-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-sunrise-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-sunrise/latin-400.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-sunrise-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-sunrise-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-sunrise/latin.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-sunrise-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-sunrise-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
14 changes: 1 addition & 13 deletions packages/blackout-sunrise/metadata.json
@@ -1,13 +1 @@
{
"fontId": "blackout-sunrise",
"fontName": "Blackout Sunrise",
"subsets": ["latin"],
"weights": ["400"],
"styles": ["normal"],
"defSubset": "latin",
"lastModified": "2020-07-21",
"version": "v1",
"source": "https://github.com/theleagueof/blackout",
"license": "https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown",
"type": "league"
}
{"fontId":"blackout-sunrise","fontName":"Blackout Sunrise","subsets":["latin"],"weights":["400"],"styles":["normal"],"defSubset":"latin","lastModified":"2020-08-02","version":"v1","source":"https://github.com/theleagueof/blackout","license":"https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown","type":"league"}
8 changes: 6 additions & 2 deletions packages/blackout-sunrise/package.json
Expand Up @@ -15,6 +15,10 @@
],
"author": "Lotus <declininglotus@gmail.com>",
"license": "MIT",
"repository": "https://github.com/DecliningLotus/fontsource/tree/master/packages/blackout-sunrise",
"gitHead": "5a7131094483365077f575a9da00a78be3c83891"
"homepage": "https://github.com/fontsource/fontsource/tree/master/packages/blackout-sunrise#readme",
"repository": {
"type" : "git",
"url" : "https://github.com/fontsource/fontsource.git",
"directory": "packages/blackout-sunrise"
}
}
13 changes: 6 additions & 7 deletions packages/blackout-two-am/README.md
@@ -1,8 +1,7 @@
# Fontsource Blackout Two AM
[![npm version](https://badge.fury.io/js/fontsource-blackout-two-am.svg)](https://www.npmjs.com/package/fontsource-blackout-two-am) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-two-am)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-two-am)](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 version](https://badge.fury.io/js/fontsource-blackout-two-am.svg)](https://www.npmjs.com/package/fontsource-blackout-two-am) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/DecliningLotus/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/fontsource-blackout-two-am)](https://github.com/DecliningLotus/fontsource) [![Total downloads](https://badgen.net/npm/dt/fontsource-blackout-two-am)](https://github.com/DecliningLotus/fontsource) [![GitHub stars](https://img.shields.io/github/stars/DecliningLotus/fontsource.svg?style=social&label=Star)](https://GitHub.com/DecliningLotus/fontsource/stargazers/)

The CSS and web font files to easily self-host the “Blackout Two AM” font. Please visit the main [Fontsource monorepo](https://github.com/DecliningLotus/fontsource) to view more details on this package.
The CSS and web font files to easily self-host the “Blackout Two AM” font. Please visit the main [Fontsource monorepo](https://github.com/fontsource/fontsource) to view more details on this package.

## Installation

Expand All @@ -15,7 +14,7 @@ yarn add fontsource-blackout-two-am // npm install fontsource-blackout-two-am
Then within your app entry file or site component, import it in. For example in Gatsby, you could choose to import it into a layout template (`layout.js`), page component, or `gatsby-browser.js`.

```javascript
import "fontsource-blackout-two-am" // require("fontsource-blackout-two-am")
import "fontsource-blackout-two-am" // Defaults to weight 400 with all styles included.
```

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.
Expand All @@ -36,7 +35,6 @@ Alternatively, the same solutions could be imported via SCSS!
_These examples may not reflect actual compatibility. Please refer below._

Supported variables:

- Subsets: `[latin]`
- Weights: `[400]`
- Styles: `[normal]`
Expand All @@ -49,7 +47,7 @@ body {
}
```

## Licensing
## 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.
Expand All @@ -60,4 +58,5 @@ Font [Source](https://github.com/theleagueof/blackout) and [License](https://git

Font version (provided by source): `v1`.

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/DecliningLotus/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).

1 change: 0 additions & 1 deletion packages/blackout-two-am/index.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-two-am-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-two-am-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-two-am/latin-400-normal.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-two-am-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-two-am-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-two-am/latin-400.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-two-am-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-two-am-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
1 change: 0 additions & 1 deletion packages/blackout-two-am/latin.css
Expand Up @@ -7,5 +7,4 @@
src:
url('./files/blackout-two-am-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/blackout-two-am-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}
14 changes: 1 addition & 13 deletions packages/blackout-two-am/metadata.json
@@ -1,13 +1 @@
{
"fontId": "blackout-two-am",
"fontName": "Blackout Two AM",
"subsets": ["latin"],
"weights": ["400"],
"styles": ["normal"],
"defSubset": "latin",
"lastModified": "2020-07-21",
"version": "v1",
"source": "https://github.com/theleagueof/blackout",
"license": "https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown",
"type": "league"
}
{"fontId":"blackout-two-am","fontName":"Blackout Two AM","subsets":["latin"],"weights":["400"],"styles":["normal"],"defSubset":"latin","lastModified":"2020-08-02","version":"v1","source":"https://github.com/theleagueof/blackout","license":"https://github.com/theleagueof/blackout/blob/master/Open%20Font%20License.markdown","type":"league"}
8 changes: 6 additions & 2 deletions packages/blackout-two-am/package.json
Expand Up @@ -15,6 +15,10 @@
],
"author": "Lotus <declininglotus@gmail.com>",
"license": "MIT",
"repository": "https://github.com/DecliningLotus/fontsource/tree/master/packages/blackout-two-am",
"gitHead": "5a7131094483365077f575a9da00a78be3c83891"
"homepage": "https://github.com/fontsource/fontsource/tree/master/packages/blackout-two-am#readme",
"repository": {
"type" : "git",
"url" : "https://github.com/fontsource/fontsource.git",
"directory": "packages/blackout-two-am"
}
}