diff --git a/packages/noto-sans-hk/README.md b/packages/noto-sans-hk/README.md index f393960e1..417271025 100644 --- a/packages/noto-sans-hk/README.md +++ b/packages/noto-sans-hk/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-sans-hk') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-sans-jp/.gitignore b/packages/noto-sans-jp/.gitignore deleted file mode 100644 index beb15cd7f..000000000 --- a/packages/noto-sans-jp/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/files \ No newline at end of file diff --git a/packages/noto-sans-jp/.npmignore b/packages/noto-sans-jp/.npmignore deleted file mode 100644 index e69de29bb..000000000 diff --git a/packages/noto-sans-jp/README.md b/packages/noto-sans-jp/README.md deleted file mode 100644 index e4f161be3..000000000 --- a/packages/noto-sans-jp/README.md +++ /dev/null @@ -1,46 +0,0 @@ ->The Typefaces project is now deprecated. @DecliningLotus created -[FontSource](https://github.com/fontsource/fontsource) which provides the -same functionality as Typefaces but with automated releases & richer -support for importing specific weights, styles, or language subsets. -> ->To start using Fontsource, replace in your package.json any instances of -"typeface-noto-sans-jp" with "fontsource-noto-sans-jp". -> -> Then change imports from "import 'typeface-noto-sans-jp'" to "import 'fontsource-noto-sans-jp/latin.css'". -> ->Typeface packages will continue working indefinitely so no immediate ->changes are necessary. - -# typeface-noto-sans-jp - -The CSS and web font files to easily self-host “Noto Sans JP”. - -## Install - -`npm install --save typeface-noto-sans-jp` - -## Use - -Typefaces assume you’re using webpack to process CSS and files. Each typeface -package includes all necessary font files (woff2, woff) and a CSS file with -font-face declarations pointing at these files. - -You will need to have webpack setup to load css and font files. Many tools built -with Webpack will work out of the box with Typefaces such as [Gatsby](https://github.com/gatsbyjs/gatsby) -and [Create React App](https://github.com/facebookincubator/create-react-app). - -To use, simply require the package in your project’s entry file e.g. - -```javascript -// Load Noto Sans JP typeface -require('typeface-noto-sans-jp') -``` - -## About the Typefaces project. - -Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages -including all typefaces on Google Fonts. - -If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) -and we’ll add it! diff --git a/packages/noto-sans-jp/files-hash.json b/packages/noto-sans-jp/files-hash.json deleted file mode 100644 index 967cc7984..000000000 --- a/packages/noto-sans-jp/files-hash.json +++ /dev/null @@ -1 +0,0 @@ -{"hash":"42e47df48e5a8af110da25dba8733c6f","updatedAt":"2020-10-02T18:59:56.225Z"} \ No newline at end of file diff --git a/packages/noto-sans-jp/index.css b/packages/noto-sans-jp/index.css deleted file mode 100644 index 79f32ff82..000000000 --- a/packages/noto-sans-jp/index.css +++ /dev/null @@ -1,78 +0,0 @@ -/* noto-sans-jp-100normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 100; - src: - local('Noto Sans JP Thin '), - local('Noto Sans JP-Thin'), - url('./files/noto-sans-jp-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-100.woff') format('woff'); /* Modern Browsers */ -} - -/* noto-sans-jp-300normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: - local('Noto Sans JP Light '), - local('Noto Sans JP-Light'), - url('./files/noto-sans-jp-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-300.woff') format('woff'); /* Modern Browsers */ -} - -/* noto-sans-jp-400normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: - local('Noto Sans JP Regular '), - local('Noto Sans JP-Regular'), - url('./files/noto-sans-jp-latin-400.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-400.woff') format('woff'); /* Modern Browsers */ -} - -/* noto-sans-jp-500normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: - local('Noto Sans JP Medium '), - local('Noto Sans JP-Medium'), - url('./files/noto-sans-jp-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-500.woff') format('woff'); /* Modern Browsers */ -} - -/* noto-sans-jp-700normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: - local('Noto Sans JP Bold '), - local('Noto Sans JP-Bold'), - url('./files/noto-sans-jp-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-700.woff') format('woff'); /* Modern Browsers */ -} - -/* noto-sans-jp-900normal - latin */ -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: - local('Noto Sans JP Black '), - local('Noto Sans JP-Black'), - url('./files/noto-sans-jp-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/noto-sans-jp-latin-900.woff') format('woff'); /* Modern Browsers */ -} - diff --git a/packages/noto-sans-jp/package.json b/packages/noto-sans-jp/package.json deleted file mode 100644 index 45b395846..000000000 --- a/packages/noto-sans-jp/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "typeface-noto-sans-jp", - "version": "1.1.11", - "description": "Noto Sans JP typeface", - "main": "index.css", - "keywords": [ - "typeface", - "font", - "font family", - "google fonts", - "noto-sans-jp" - ], - "author": "Kyle Mathews ", - "license": "MIT", - "repository": "https://github.com/KyleAMathews/typefaces/tree/master/packages/noto-sans-jp" -} diff --git a/packages/noto-sans-kr/README.md b/packages/noto-sans-kr/README.md index 416438606..bdbf8a2c8 100644 --- a/packages/noto-sans-kr/README.md +++ b/packages/noto-sans-kr/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-sans-kr') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-sans-sc/README.md b/packages/noto-sans-sc/README.md index 7828920c3..01c4008ca 100644 --- a/packages/noto-sans-sc/README.md +++ b/packages/noto-sans-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-sans-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-sans-tc/README.md b/packages/noto-sans-tc/README.md index 48a53eb44..8d489557f 100644 --- a/packages/noto-sans-tc/README.md +++ b/packages/noto-sans-tc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-sans-tc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-sans/README.md b/packages/noto-sans/README.md index aeef96315..11f0a58f9 100644 --- a/packages/noto-sans/README.md +++ b/packages/noto-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-serif-jp/README.md b/packages/noto-serif-jp/README.md index b26e7c160..ff798786c 100644 --- a/packages/noto-serif-jp/README.md +++ b/packages/noto-serif-jp/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-serif-jp') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-serif-kr/README.md b/packages/noto-serif-kr/README.md index 918419a63..6a667017e 100644 --- a/packages/noto-serif-kr/README.md +++ b/packages/noto-serif-kr/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-serif-kr') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-serif-sc/README.md b/packages/noto-serif-sc/README.md index 83585e78c..83fc5f08e 100644 --- a/packages/noto-serif-sc/README.md +++ b/packages/noto-serif-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-serif-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-serif-tc/README.md b/packages/noto-serif-tc/README.md index c533a68a6..34ebc15eb 100644 --- a/packages/noto-serif-tc/README.md +++ b/packages/noto-serif-tc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-serif-tc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/noto-serif/README.md b/packages/noto-serif/README.md index 66ea02f12..bec1f2e80 100644 --- a/packages/noto-serif/README.md +++ b/packages/noto-serif/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-noto-serif') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-cut/README.md b/packages/nova-cut/README.md index 3c6f19b60..415b4d7fd 100644 --- a/packages/nova-cut/README.md +++ b/packages/nova-cut/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-cut') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-flat/README.md b/packages/nova-flat/README.md index c13813d7b..59e1dc16f 100644 --- a/packages/nova-flat/README.md +++ b/packages/nova-flat/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-flat') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-mono/README.md b/packages/nova-mono/README.md index 5f1c3b623..908683089 100644 --- a/packages/nova-mono/README.md +++ b/packages/nova-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-oval/README.md b/packages/nova-oval/README.md index 64c95c31c..bd4f97529 100644 --- a/packages/nova-oval/README.md +++ b/packages/nova-oval/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-oval') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-round/README.md b/packages/nova-round/README.md index 698b33457..ad918e4b8 100644 --- a/packages/nova-round/README.md +++ b/packages/nova-round/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-round') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-script/README.md b/packages/nova-script/README.md index eae88f566..d393084ad 100644 --- a/packages/nova-script/README.md +++ b/packages/nova-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-slim/README.md b/packages/nova-slim/README.md index 9e9027fb8..e0e7d53ea 100644 --- a/packages/nova-slim/README.md +++ b/packages/nova-slim/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-slim') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nova-square/README.md b/packages/nova-square/README.md index 42760b174..4199774ca 100644 --- a/packages/nova-square/README.md +++ b/packages/nova-square/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nova-square') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ntr/README.md b/packages/ntr/README.md index 7a9137337..9f08ba6b4 100644 --- a/packages/ntr/README.md +++ b/packages/ntr/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ntr') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/numans/README.md b/packages/numans/README.md index 1df5f2cb2..08b8a326e 100644 --- a/packages/numans/README.md +++ b/packages/numans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-numans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nunito-sans/README.md b/packages/nunito-sans/README.md index 8ed5e39c1..8d463c07b 100644 --- a/packages/nunito-sans/README.md +++ b/packages/nunito-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nunito-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/nunito/README.md b/packages/nunito/README.md index a02dc05a5..adf88102a 100644 --- a/packages/nunito/README.md +++ b/packages/nunito/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-nunito') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/odibee-sans/README.md b/packages/odibee-sans/README.md index 76787aadc..cef14937f 100644 --- a/packages/odibee-sans/README.md +++ b/packages/odibee-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-odibee-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/odor-mean-chey/README.md b/packages/odor-mean-chey/README.md index 94d1b82bc..54c60b709 100644 --- a/packages/odor-mean-chey/README.md +++ b/packages/odor-mean-chey/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-odor-mean-chey') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/offside/README.md b/packages/offside/README.md index 3dfdee252..4e62c0044 100644 --- a/packages/offside/README.md +++ b/packages/offside/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-offside') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/old-standard-tt/README.md b/packages/old-standard-tt/README.md index 8b064999b..383c4b7d1 100644 --- a/packages/old-standard-tt/README.md +++ b/packages/old-standard-tt/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-old-standard-tt') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oldenburg/README.md b/packages/oldenburg/README.md index f8730e605..11976affc 100644 --- a/packages/oldenburg/README.md +++ b/packages/oldenburg/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oldenburg') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oleo-script-swash-caps/README.md b/packages/oleo-script-swash-caps/README.md index 26769007c..c2c8821ba 100644 --- a/packages/oleo-script-swash-caps/README.md +++ b/packages/oleo-script-swash-caps/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oleo-script-swash-caps') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oleo-script/README.md b/packages/oleo-script/README.md index 8415b42d4..4dbcc6d64 100644 --- a/packages/oleo-script/README.md +++ b/packages/oleo-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oleo-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/open-sans-condensed/README.md b/packages/open-sans-condensed/README.md index 0a07ecb6b..74641f01b 100644 --- a/packages/open-sans-condensed/README.md +++ b/packages/open-sans-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-open-sans-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/open-sans/README.md b/packages/open-sans/README.md index 2eb4f0295..d9ce9ca78 100644 --- a/packages/open-sans/README.md +++ b/packages/open-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-open-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oranienbaum/README.md b/packages/oranienbaum/README.md index 54150c82f..b0dfc9619 100644 --- a/packages/oranienbaum/README.md +++ b/packages/oranienbaum/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oranienbaum') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/orbitron/README.md b/packages/orbitron/README.md index 207378d6b..7cbfaffb1 100644 --- a/packages/orbitron/README.md +++ b/packages/orbitron/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-orbitron') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oregano/README.md b/packages/oregano/README.md index 6a15e9466..5f0f372fb 100644 --- a/packages/oregano/README.md +++ b/packages/oregano/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oregano') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/orienta/README.md b/packages/orienta/README.md index b714174a9..a9ba3f7db 100644 --- a/packages/orienta/README.md +++ b/packages/orienta/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-orienta') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/original-surfer/README.md b/packages/original-surfer/README.md index 08922e11b..76c79d186 100644 --- a/packages/original-surfer/README.md +++ b/packages/original-surfer/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-original-surfer') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oswald/README.md b/packages/oswald/README.md index 2c65fe52d..fe70a9b8e 100644 --- a/packages/oswald/README.md +++ b/packages/oswald/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oswald') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/over-the-rainbow/README.md b/packages/over-the-rainbow/README.md index 88a80ca79..d1068c44d 100644 --- a/packages/over-the-rainbow/README.md +++ b/packages/over-the-rainbow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-over-the-rainbow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/overlock-sc/README.md b/packages/overlock-sc/README.md index 20e9e574f..3d259aa22 100644 --- a/packages/overlock-sc/README.md +++ b/packages/overlock-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-overlock-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/overlock/README.md b/packages/overlock/README.md index 65bef8a1d..bd4c59d87 100644 --- a/packages/overlock/README.md +++ b/packages/overlock/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-overlock') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/overpass-mono/README.md b/packages/overpass-mono/README.md index 71a505472..c44ca1e9e 100644 --- a/packages/overpass-mono/README.md +++ b/packages/overpass-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-overpass-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/overpass/README.md b/packages/overpass/README.md index f6ec1429d..2a6056c84 100644 --- a/packages/overpass/README.md +++ b/packages/overpass/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-overpass') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ovo/README.md b/packages/ovo/README.md index 04695ef50..313c9d8b4 100644 --- a/packages/ovo/README.md +++ b/packages/ovo/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ovo') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oxanium/README.md b/packages/oxanium/README.md index 2cb255b36..fc5804460 100644 --- a/packages/oxanium/README.md +++ b/packages/oxanium/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oxanium') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oxygen-mono/README.md b/packages/oxygen-mono/README.md index 660d43afd..433e2e004 100644 --- a/packages/oxygen-mono/README.md +++ b/packages/oxygen-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oxygen-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/oxygen/README.md b/packages/oxygen/README.md index 6b50aa20f..0ac191dd6 100644 --- a/packages/oxygen/README.md +++ b/packages/oxygen/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-oxygen') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pacifico/README.md b/packages/pacifico/README.md index c4e7c91d3..7a49a8c1e 100644 --- a/packages/pacifico/README.md +++ b/packages/pacifico/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pacifico') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/padauk/README.md b/packages/padauk/README.md index 7d7ae6420..1d407ac2b 100644 --- a/packages/padauk/README.md +++ b/packages/padauk/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-padauk') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/palanquin-dark/README.md b/packages/palanquin-dark/README.md index 9bba2ee32..7e2389eab 100644 --- a/packages/palanquin-dark/README.md +++ b/packages/palanquin-dark/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-palanquin-dark') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/palanquin/README.md b/packages/palanquin/README.md index e3192a47c..356c375c4 100644 --- a/packages/palanquin/README.md +++ b/packages/palanquin/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-palanquin') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pangolin/README.md b/packages/pangolin/README.md index c08994826..b1d32e8fd 100644 --- a/packages/pangolin/README.md +++ b/packages/pangolin/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pangolin') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/paprika/README.md b/packages/paprika/README.md index 38e507b96..f198d3c1c 100644 --- a/packages/paprika/README.md +++ b/packages/paprika/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-paprika') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/parisienne/README.md b/packages/parisienne/README.md index 8b8294d60..b655ddf3d 100644 --- a/packages/parisienne/README.md +++ b/packages/parisienne/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-parisienne') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/passero-one/README.md b/packages/passero-one/README.md index c4cc668c3..3abbb4be5 100644 --- a/packages/passero-one/README.md +++ b/packages/passero-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-passero-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/passion-one/README.md b/packages/passion-one/README.md index 175c921fb..f2df097c4 100644 --- a/packages/passion-one/README.md +++ b/packages/passion-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-passion-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pathway-gothic-one/README.md b/packages/pathway-gothic-one/README.md index 5b35517c0..597ad29f0 100644 --- a/packages/pathway-gothic-one/README.md +++ b/packages/pathway-gothic-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pathway-gothic-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/patrick-hand-sc/README.md b/packages/patrick-hand-sc/README.md index a40525137..9093d0029 100644 --- a/packages/patrick-hand-sc/README.md +++ b/packages/patrick-hand-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-patrick-hand-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/patrick-hand/README.md b/packages/patrick-hand/README.md index a5cae6242..fde9d2168 100644 --- a/packages/patrick-hand/README.md +++ b/packages/patrick-hand/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-patrick-hand') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pattaya/README.md b/packages/pattaya/README.md index 8206c4ada..58fa58737 100644 --- a/packages/pattaya/README.md +++ b/packages/pattaya/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pattaya') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/patua-one/README.md b/packages/patua-one/README.md index c608c683f..0f51a3e1b 100644 --- a/packages/patua-one/README.md +++ b/packages/patua-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-patua-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pavanam/README.md b/packages/pavanam/README.md index 7acad3d06..6bfdfa65b 100644 --- a/packages/pavanam/README.md +++ b/packages/pavanam/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pavanam') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/paytone-one/README.md b/packages/paytone-one/README.md index f55ad20b7..b560afc94 100644 --- a/packages/paytone-one/README.md +++ b/packages/paytone-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-paytone-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/peddana/README.md b/packages/peddana/README.md index 5918d28fe..d5927de90 100644 --- a/packages/peddana/README.md +++ b/packages/peddana/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-peddana') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/peralta/README.md b/packages/peralta/README.md index 3169b192e..e63b289a6 100644 --- a/packages/peralta/README.md +++ b/packages/peralta/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-peralta') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/permanent-marker/README.md b/packages/permanent-marker/README.md index 1e58f3a6c..25d2c2601 100644 --- a/packages/permanent-marker/README.md +++ b/packages/permanent-marker/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-permanent-marker') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/petit-formal-script/README.md b/packages/petit-formal-script/README.md index 07f940a10..4fc3ac217 100644 --- a/packages/petit-formal-script/README.md +++ b/packages/petit-formal-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-petit-formal-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/petrona/README.md b/packages/petrona/README.md index 8d06ed078..2a101e699 100644 --- a/packages/petrona/README.md +++ b/packages/petrona/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-petrona') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/philosopher/README.md b/packages/philosopher/README.md index 037f91df3..91214d383 100644 --- a/packages/philosopher/README.md +++ b/packages/philosopher/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-philosopher') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/piazzolla/README.md b/packages/piazzolla/README.md index 6a415dcf7..b4f307480 100644 --- a/packages/piazzolla/README.md +++ b/packages/piazzolla/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-piazzolla') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/piedra/README.md b/packages/piedra/README.md index c546592ca..d5a39e3f0 100644 --- a/packages/piedra/README.md +++ b/packages/piedra/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-piedra') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pinyon-script/README.md b/packages/pinyon-script/README.md index 6ce2beec9..5e607a73f 100644 --- a/packages/pinyon-script/README.md +++ b/packages/pinyon-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pinyon-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pirata-one/README.md b/packages/pirata-one/README.md index 34f61468e..30cad9bf8 100644 --- a/packages/pirata-one/README.md +++ b/packages/pirata-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pirata-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/plaster/README.md b/packages/plaster/README.md index 30c9f226a..5653be8cb 100644 --- a/packages/plaster/README.md +++ b/packages/plaster/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-plaster') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/play/README.md b/packages/play/README.md index 60517be34..f1e690701 100644 --- a/packages/play/README.md +++ b/packages/play/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-play') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/playball/README.md b/packages/playball/README.md index c8f13608d..e549a2e6c 100644 --- a/packages/playball/README.md +++ b/packages/playball/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-playball') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/playfair-display-sc/README.md b/packages/playfair-display-sc/README.md index 60d362100..993c8e6bd 100644 --- a/packages/playfair-display-sc/README.md +++ b/packages/playfair-display-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-playfair-display-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/playfair-display/README.md b/packages/playfair-display/README.md index e33cc3c51..745aaae18 100644 --- a/packages/playfair-display/README.md +++ b/packages/playfair-display/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-playfair-display') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/podkova/README.md b/packages/podkova/README.md index d2c278e97..f3da688a1 100644 --- a/packages/podkova/README.md +++ b/packages/podkova/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-podkova') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/poiret-one/README.md b/packages/poiret-one/README.md index dfc72e4f4..852e0556c 100644 --- a/packages/poiret-one/README.md +++ b/packages/poiret-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-poiret-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/poller-one/README.md b/packages/poller-one/README.md index 59d08d266..6d4d0769e 100644 --- a/packages/poller-one/README.md +++ b/packages/poller-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-poller-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/poly/README.md b/packages/poly/README.md index c476d4a2a..a710d4b76 100644 --- a/packages/poly/README.md +++ b/packages/poly/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-poly') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pompiere/README.md b/packages/pompiere/README.md index 36b0f86ec..584ea2d4a 100644 --- a/packages/pompiere/README.md +++ b/packages/pompiere/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pompiere') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pontano-sans/README.md b/packages/pontano-sans/README.md index 4f139f145..96f9d199b 100644 --- a/packages/pontano-sans/README.md +++ b/packages/pontano-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pontano-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/poor-story/README.md b/packages/poor-story/README.md index 4b6bcaa75..cf818e79b 100644 --- a/packages/poor-story/README.md +++ b/packages/poor-story/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-poor-story') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/poppins/README.md b/packages/poppins/README.md index 2fd0fd8bd..eb122a2f9 100644 --- a/packages/poppins/README.md +++ b/packages/poppins/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-poppins') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/port-lligat-sans/README.md b/packages/port-lligat-sans/README.md index ff456fd49..ccb38025e 100644 --- a/packages/port-lligat-sans/README.md +++ b/packages/port-lligat-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-port-lligat-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/port-lligat-slab/README.md b/packages/port-lligat-slab/README.md index a77d1879c..df14a7d4d 100644 --- a/packages/port-lligat-slab/README.md +++ b/packages/port-lligat-slab/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-port-lligat-slab') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pragati-narrow/README.md b/packages/pragati-narrow/README.md index 8fa774ff4..2355f6c71 100644 --- a/packages/pragati-narrow/README.md +++ b/packages/pragati-narrow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pragati-narrow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/prata/README.md b/packages/prata/README.md index 3a5d34c39..52ddbb9fa 100644 --- a/packages/prata/README.md +++ b/packages/prata/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-prata') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/preahvihear/README.md b/packages/preahvihear/README.md index eeea5a1df..875ab7e10 100644 --- a/packages/preahvihear/README.md +++ b/packages/preahvihear/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-preahvihear') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/press-start-2p/README.md b/packages/press-start-2p/README.md index 6680e26cf..10ead3b5c 100644 --- a/packages/press-start-2p/README.md +++ b/packages/press-start-2p/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-press-start-2p') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pridi/README.md b/packages/pridi/README.md index dffb81d35..ff5df17e1 100644 --- a/packages/pridi/README.md +++ b/packages/pridi/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pridi') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/princess-sofia/README.md b/packages/princess-sofia/README.md index 526f5eb81..bed8b0a5f 100644 --- a/packages/princess-sofia/README.md +++ b/packages/princess-sofia/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-princess-sofia') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/prociono/README.md b/packages/prociono/README.md index d60519193..c971f6e22 100644 --- a/packages/prociono/README.md +++ b/packages/prociono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-prociono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/prompt/README.md b/packages/prompt/README.md index d5c0f0777..b8866e345 100644 --- a/packages/prompt/README.md +++ b/packages/prompt/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-prompt') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/prosto-one/README.md b/packages/prosto-one/README.md index 041e5de3b..b4182fef3 100644 --- a/packages/prosto-one/README.md +++ b/packages/prosto-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-prosto-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/proza-libre/README.md b/packages/proza-libre/README.md index 8ecb867c5..d37b63947 100644 --- a/packages/proza-libre/README.md +++ b/packages/proza-libre/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-proza-libre') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-mono/README.md b/packages/pt-mono/README.md index 24c452204..217165375 100644 --- a/packages/pt-mono/README.md +++ b/packages/pt-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-sans-caption/README.md b/packages/pt-sans-caption/README.md index 89b6218ba..a27a7725e 100644 --- a/packages/pt-sans-caption/README.md +++ b/packages/pt-sans-caption/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-sans-caption') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-sans-narrow/README.md b/packages/pt-sans-narrow/README.md index c1d6999b3..f98dee384 100644 --- a/packages/pt-sans-narrow/README.md +++ b/packages/pt-sans-narrow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-sans-narrow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-sans/README.md b/packages/pt-sans/README.md index a40492044..32ade7ea2 100644 --- a/packages/pt-sans/README.md +++ b/packages/pt-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-serif-caption/README.md b/packages/pt-serif-caption/README.md index 858cadd46..6c0b144c5 100644 --- a/packages/pt-serif-caption/README.md +++ b/packages/pt-serif-caption/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-serif-caption') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/pt-serif/README.md b/packages/pt-serif/README.md index a4f9e39fa..6af2185d6 100644 --- a/packages/pt-serif/README.md +++ b/packages/pt-serif/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-pt-serif') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/public-sans/README.md b/packages/public-sans/README.md index 5ddacf5c9..43658de0e 100644 --- a/packages/public-sans/README.md +++ b/packages/public-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-public-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/puritan/README.md b/packages/puritan/README.md index bee5bd5d9..6e616cbe6 100644 --- a/packages/puritan/README.md +++ b/packages/puritan/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-puritan') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/purple-purse/README.md b/packages/purple-purse/README.md index df744f24e..af7f8d9b9 100644 --- a/packages/purple-purse/README.md +++ b/packages/purple-purse/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-purple-purse') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quando/README.md b/packages/quando/README.md index 9b553f68d..b4449c31a 100644 --- a/packages/quando/README.md +++ b/packages/quando/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quando') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quantico/README.md b/packages/quantico/README.md index 7fe86f5cf..05749d449 100644 --- a/packages/quantico/README.md +++ b/packages/quantico/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quantico') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quattrocento-sans/README.md b/packages/quattrocento-sans/README.md index 34ccba76a..127c1db54 100644 --- a/packages/quattrocento-sans/README.md +++ b/packages/quattrocento-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quattrocento-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quattrocento/README.md b/packages/quattrocento/README.md index 97e2bf833..0eb72abe7 100644 --- a/packages/quattrocento/README.md +++ b/packages/quattrocento/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quattrocento') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/questrial/README.md b/packages/questrial/README.md index a0c23628d..876c7855b 100644 --- a/packages/questrial/README.md +++ b/packages/questrial/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-questrial') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quicksand/README.md b/packages/quicksand/README.md index ab46ff052..efe760943 100644 --- a/packages/quicksand/README.md +++ b/packages/quicksand/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quicksand') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/quintessential/README.md b/packages/quintessential/README.md index 46b48f343..d5e7b4592 100644 --- a/packages/quintessential/README.md +++ b/packages/quintessential/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-quintessential') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/qwigley/README.md b/packages/qwigley/README.md index a9294ddbe..2ed3dc7f3 100644 --- a/packages/qwigley/README.md +++ b/packages/qwigley/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-qwigley') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/racing-sans-one/README.md b/packages/racing-sans-one/README.md index e32425c0c..dbac0026d 100644 --- a/packages/racing-sans-one/README.md +++ b/packages/racing-sans-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-racing-sans-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/radley/README.md b/packages/radley/README.md index 1ebc152b9..8918a5097 100644 --- a/packages/radley/README.md +++ b/packages/radley/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-radley') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rajdhani/README.md b/packages/rajdhani/README.md index d03e0bbe0..57254c60e 100644 --- a/packages/rajdhani/README.md +++ b/packages/rajdhani/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rajdhani') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rakkas/README.md b/packages/rakkas/README.md index 810379628..1adbab63e 100644 --- a/packages/rakkas/README.md +++ b/packages/rakkas/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rakkas') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/raleway-dots/README.md b/packages/raleway-dots/README.md index c0d1e934d..8aa2343d9 100644 --- a/packages/raleway-dots/README.md +++ b/packages/raleway-dots/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-raleway-dots') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/raleway/README.md b/packages/raleway/README.md index f4493b48e..19877170a 100644 --- a/packages/raleway/README.md +++ b/packages/raleway/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-raleway') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ramabhadra/README.md b/packages/ramabhadra/README.md index 68f5578e5..5bdb296e3 100644 --- a/packages/ramabhadra/README.md +++ b/packages/ramabhadra/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ramabhadra') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ramaraja/README.md b/packages/ramaraja/README.md index 287c2164c..d4dd87113 100644 --- a/packages/ramaraja/README.md +++ b/packages/ramaraja/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ramaraja') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rambla/README.md b/packages/rambla/README.md index 8daee30ba..1c0d6eb7f 100644 --- a/packages/rambla/README.md +++ b/packages/rambla/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rambla') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rammetto-one/README.md b/packages/rammetto-one/README.md index 28f79b557..a22e69d89 100644 --- a/packages/rammetto-one/README.md +++ b/packages/rammetto-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rammetto-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ranchers/README.md b/packages/ranchers/README.md index ec29f1ddb..8adf0341e 100644 --- a/packages/ranchers/README.md +++ b/packages/ranchers/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ranchers') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rancho/README.md b/packages/rancho/README.md index 077e8b6de..617d65954 100644 --- a/packages/rancho/README.md +++ b/packages/rancho/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rancho') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ranga/README.md b/packages/ranga/README.md index 1b64fc451..b7a4899f9 100644 --- a/packages/ranga/README.md +++ b/packages/ranga/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ranga') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rasa/README.md b/packages/rasa/README.md index 2dd1d6741..2f182038e 100644 --- a/packages/rasa/README.md +++ b/packages/rasa/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rasa') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rationale/README.md b/packages/rationale/README.md index 311cb4354..9ef8a3bdd 100644 --- a/packages/rationale/README.md +++ b/packages/rationale/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rationale') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ravi-prakash/README.md b/packages/ravi-prakash/README.md index 36874e835..8420e91e2 100644 --- a/packages/ravi-prakash/README.md +++ b/packages/ravi-prakash/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ravi-prakash') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/recursive/README.md b/packages/recursive/README.md index 0d2724ccb..a5abc9e6a 100644 --- a/packages/recursive/README.md +++ b/packages/recursive/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-recursive') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/red-hat-display/README.md b/packages/red-hat-display/README.md index 069242634..073d19f66 100644 --- a/packages/red-hat-display/README.md +++ b/packages/red-hat-display/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-red-hat-display') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/red-hat-text/README.md b/packages/red-hat-text/README.md index c8a4ec6ba..a10a616db 100644 --- a/packages/red-hat-text/README.md +++ b/packages/red-hat-text/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-red-hat-text') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/red-rose/README.md b/packages/red-rose/README.md index dd00a2fa9..3b216b7fd 100644 --- a/packages/red-rose/README.md +++ b/packages/red-rose/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-red-rose') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/redressed/README.md b/packages/redressed/README.md index d9aea9930..32c557c54 100644 --- a/packages/redressed/README.md +++ b/packages/redressed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-redressed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/reem-kufi/README.md b/packages/reem-kufi/README.md index fe62fc713..8cdcfaee6 100644 --- a/packages/reem-kufi/README.md +++ b/packages/reem-kufi/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-reem-kufi') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/reenie-beanie/README.md b/packages/reenie-beanie/README.md index 820723980..09e16489b 100644 --- a/packages/reenie-beanie/README.md +++ b/packages/reenie-beanie/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-reenie-beanie') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/revalia/README.md b/packages/revalia/README.md index cb3637f91..b7b611668 100644 --- a/packages/revalia/README.md +++ b/packages/revalia/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-revalia') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rhodium-libre/README.md b/packages/rhodium-libre/README.md index 7a544bc07..104d778b5 100644 --- a/packages/rhodium-libre/README.md +++ b/packages/rhodium-libre/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rhodium-libre') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ribeye-marrow/README.md b/packages/ribeye-marrow/README.md index 072fbfd96..a97c74110 100644 --- a/packages/ribeye-marrow/README.md +++ b/packages/ribeye-marrow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ribeye-marrow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ribeye/README.md b/packages/ribeye/README.md index 2fc7cd4d4..2a9e8f3a8 100644 --- a/packages/ribeye/README.md +++ b/packages/ribeye/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ribeye') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/righteous/README.md b/packages/righteous/README.md index 64ce3ecf4..2c9c4a363 100644 --- a/packages/righteous/README.md +++ b/packages/righteous/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-righteous') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/risque/README.md b/packages/risque/README.md index 46b6d1e6d..df8b5774f 100644 --- a/packages/risque/README.md +++ b/packages/risque/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-risque') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/roboto-condensed/README.md b/packages/roboto-condensed/README.md index 592b2358a..f18bcab9d 100644 --- a/packages/roboto-condensed/README.md +++ b/packages/roboto-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-roboto-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/roboto-mono/README.md b/packages/roboto-mono/README.md index 152299dc4..42a1c325d 100644 --- a/packages/roboto-mono/README.md +++ b/packages/roboto-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-roboto-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/roboto-slab/README.md b/packages/roboto-slab/README.md index 31416b690..b2d25f382 100644 --- a/packages/roboto-slab/README.md +++ b/packages/roboto-slab/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-roboto-slab') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/roboto/README.md b/packages/roboto/README.md index 5fc199fc7..3e9ba8d5f 100644 --- a/packages/roboto/README.md +++ b/packages/roboto/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-roboto') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rochester/README.md b/packages/rochester/README.md index 3db5a8735..97dde6018 100644 --- a/packages/rochester/README.md +++ b/packages/rochester/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rochester') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rock-salt/README.md b/packages/rock-salt/README.md index 0f4737070..6ee5218e8 100644 --- a/packages/rock-salt/README.md +++ b/packages/rock-salt/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rock-salt') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rokkitt/README.md b/packages/rokkitt/README.md index a5682f234..d2a7335fb 100644 --- a/packages/rokkitt/README.md +++ b/packages/rokkitt/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rokkitt') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/romanesco/README.md b/packages/romanesco/README.md index ab94e5887..0fcb1baa3 100644 --- a/packages/romanesco/README.md +++ b/packages/romanesco/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-romanesco') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ropa-sans/README.md b/packages/ropa-sans/README.md index 80654f827..190871899 100644 --- a/packages/ropa-sans/README.md +++ b/packages/ropa-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ropa-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rosario/README.md b/packages/rosario/README.md index 911758d08..b0d03f252 100644 --- a/packages/rosario/README.md +++ b/packages/rosario/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rosario') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rosarivo/README.md b/packages/rosarivo/README.md index bfbfc55c7..680258c1f 100644 --- a/packages/rosarivo/README.md +++ b/packages/rosarivo/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rosarivo') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rouge-script/README.md b/packages/rouge-script/README.md index 21ed7532e..db119d8cf 100644 --- a/packages/rouge-script/README.md +++ b/packages/rouge-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rouge-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rowdies/README.md b/packages/rowdies/README.md index dceb1a381..f795f0202 100644 --- a/packages/rowdies/README.md +++ b/packages/rowdies/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rowdies') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rozha-one/README.md b/packages/rozha-one/README.md index 5ae508b9e..c82aded76 100644 --- a/packages/rozha-one/README.md +++ b/packages/rozha-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rozha-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rubik-mono-one/README.md b/packages/rubik-mono-one/README.md index 9614e5022..77c0daf58 100644 --- a/packages/rubik-mono-one/README.md +++ b/packages/rubik-mono-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rubik-mono-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rubik/README.md b/packages/rubik/README.md index 6a4fdfebb..2c778209d 100644 --- a/packages/rubik/README.md +++ b/packages/rubik/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rubik') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ruda/README.md b/packages/ruda/README.md index 2e6c6dc55..42c599689 100644 --- a/packages/ruda/README.md +++ b/packages/ruda/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ruda') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rufina/README.md b/packages/rufina/README.md index 738702ee8..cede338c0 100644 --- a/packages/rufina/README.md +++ b/packages/rufina/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rufina') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ruge-boogie/README.md b/packages/ruge-boogie/README.md index 8f0a49ba6..13652dda4 100644 --- a/packages/ruge-boogie/README.md +++ b/packages/ruge-boogie/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ruge-boogie') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ruluko/README.md b/packages/ruluko/README.md index e70208f22..3f4490759 100644 --- a/packages/ruluko/README.md +++ b/packages/ruluko/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ruluko') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rum-raisin/README.md b/packages/rum-raisin/README.md index 2aaa77bc5..2e86c7d65 100644 --- a/packages/rum-raisin/README.md +++ b/packages/rum-raisin/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rum-raisin') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ruslan-display/README.md b/packages/ruslan-display/README.md index cea361ebb..3cc299fee 100644 --- a/packages/ruslan-display/README.md +++ b/packages/ruslan-display/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ruslan-display') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/russo-one/README.md b/packages/russo-one/README.md index 7180315f3..ae643a137 100644 --- a/packages/russo-one/README.md +++ b/packages/russo-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-russo-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ruthie/README.md b/packages/ruthie/README.md index db04c9ff0..4d89eecf3 100644 --- a/packages/ruthie/README.md +++ b/packages/ruthie/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ruthie') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/rye/README.md b/packages/rye/README.md index 9cd96758e..e57c35c94 100644 --- a/packages/rye/README.md +++ b/packages/rye/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-rye') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sacramento/README.md b/packages/sacramento/README.md index 0831dff80..7d18af842 100644 --- a/packages/sacramento/README.md +++ b/packages/sacramento/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sacramento') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sahitya/README.md b/packages/sahitya/README.md index f2b6f7a5a..0a0bf8304 100644 --- a/packages/sahitya/README.md +++ b/packages/sahitya/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sahitya') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sail/README.md b/packages/sail/README.md index 56dd82e8f..7170e1f07 100644 --- a/packages/sail/README.md +++ b/packages/sail/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sail') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/saira-condensed/README.md b/packages/saira-condensed/README.md index 48d5e83e3..4a7c84cec 100644 --- a/packages/saira-condensed/README.md +++ b/packages/saira-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-saira-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/saira-extra-condensed/README.md b/packages/saira-extra-condensed/README.md index 0cde6406b..a069e5e00 100644 --- a/packages/saira-extra-condensed/README.md +++ b/packages/saira-extra-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-saira-extra-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/saira-semi-condensed/README.md b/packages/saira-semi-condensed/README.md index 0f462f164..bceb006be 100644 --- a/packages/saira-semi-condensed/README.md +++ b/packages/saira-semi-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-saira-semi-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/saira-stencil-one/README.md b/packages/saira-stencil-one/README.md index c6f8b6692..e22360948 100644 --- a/packages/saira-stencil-one/README.md +++ b/packages/saira-stencil-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-saira-stencil-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/saira/README.md b/packages/saira/README.md index b28ce14a0..50e2c535a 100644 --- a/packages/saira/README.md +++ b/packages/saira/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-saira') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/salsa/README.md b/packages/salsa/README.md index a76ad33f8..562af9d13 100644 --- a/packages/salsa/README.md +++ b/packages/salsa/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-salsa') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sanchez/README.md b/packages/sanchez/README.md index 06b86488a..fae96b845 100644 --- a/packages/sanchez/README.md +++ b/packages/sanchez/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sanchez') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sancreek/README.md b/packages/sancreek/README.md index 48046d320..04098c0cd 100644 --- a/packages/sancreek/README.md +++ b/packages/sancreek/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sancreek') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sansita-one/README.md b/packages/sansita-one/README.md index 3d2c2baeb..fbd0a7acc 100644 --- a/packages/sansita-one/README.md +++ b/packages/sansita-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sansita-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sansita-swashed/README.md b/packages/sansita-swashed/README.md index ae18259bd..665c81586 100644 --- a/packages/sansita-swashed/README.md +++ b/packages/sansita-swashed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sansita-swashed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sansita/README.md b/packages/sansita/README.md index c276a50d3..58ca665a2 100644 --- a/packages/sansita/README.md +++ b/packages/sansita/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sansita') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sarabun/README.md b/packages/sarabun/README.md index abee7bcbb..221dd1f95 100644 --- a/packages/sarabun/README.md +++ b/packages/sarabun/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sarabun') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sarala/README.md b/packages/sarala/README.md index fd446cfea..50a96e876 100644 --- a/packages/sarala/README.md +++ b/packages/sarala/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sarala') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sarina/README.md b/packages/sarina/README.md index 66a004aec..1adbfa45b 100644 --- a/packages/sarina/README.md +++ b/packages/sarina/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sarina') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sarpanch/README.md b/packages/sarpanch/README.md index dac381e74..8a9d2761b 100644 --- a/packages/sarpanch/README.md +++ b/packages/sarpanch/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sarpanch') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/satisfy/README.md b/packages/satisfy/README.md index b00ab4929..033127091 100644 --- a/packages/satisfy/README.md +++ b/packages/satisfy/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-satisfy') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sawarabi-gothic/README.md b/packages/sawarabi-gothic/README.md index 347fed1aa..52645c675 100644 --- a/packages/sawarabi-gothic/README.md +++ b/packages/sawarabi-gothic/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sawarabi-gothic') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sawarabi-mincho/README.md b/packages/sawarabi-mincho/README.md index ce0bedd79..ab97b3d44 100644 --- a/packages/sawarabi-mincho/README.md +++ b/packages/sawarabi-mincho/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sawarabi-mincho') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/scada/README.md b/packages/scada/README.md index f78fb226a..09099e488 100644 --- a/packages/scada/README.md +++ b/packages/scada/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-scada') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/scheherazade/README.md b/packages/scheherazade/README.md index 439f1f24f..ac3c8adea 100644 --- a/packages/scheherazade/README.md +++ b/packages/scheherazade/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-scheherazade') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/schoolbell/README.md b/packages/schoolbell/README.md index 849faac8a..fc8851b7e 100644 --- a/packages/schoolbell/README.md +++ b/packages/schoolbell/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-schoolbell') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/scope-one/README.md b/packages/scope-one/README.md index 8f51b18f7..39bc3a7ad 100644 --- a/packages/scope-one/README.md +++ b/packages/scope-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-scope-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/seaweed-script/README.md b/packages/seaweed-script/README.md index 21a866d78..54d1931e6 100644 --- a/packages/seaweed-script/README.md +++ b/packages/seaweed-script/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-seaweed-script') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/secular-one/README.md b/packages/secular-one/README.md index 977aec675..a7f08a9fc 100644 --- a/packages/secular-one/README.md +++ b/packages/secular-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-secular-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sedgwick-ave-display/README.md b/packages/sedgwick-ave-display/README.md index addd23f12..f3a5a046b 100644 --- a/packages/sedgwick-ave-display/README.md +++ b/packages/sedgwick-ave-display/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sedgwick-ave-display') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sedgwick-ave/README.md b/packages/sedgwick-ave/README.md index 3d5f4d417..81209c0de 100644 --- a/packages/sedgwick-ave/README.md +++ b/packages/sedgwick-ave/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sedgwick-ave') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sen/README.md b/packages/sen/README.md index 2bd0e0546..3bf04b08c 100644 --- a/packages/sen/README.md +++ b/packages/sen/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sen') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sevillana/README.md b/packages/sevillana/README.md index f0c5eacf0..7db76ae38 100644 --- a/packages/sevillana/README.md +++ b/packages/sevillana/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sevillana') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/seymour-one/README.md b/packages/seymour-one/README.md index 8d9792b7d..a607a0057 100644 --- a/packages/seymour-one/README.md +++ b/packages/seymour-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-seymour-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/shadows-into-light-two/README.md b/packages/shadows-into-light-two/README.md index 564aa24cd..ddc9e886b 100644 --- a/packages/shadows-into-light-two/README.md +++ b/packages/shadows-into-light-two/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-shadows-into-light-two') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/shadows-into-light/README.md b/packages/shadows-into-light/README.md index 4a010daf3..4fc22bda0 100644 --- a/packages/shadows-into-light/README.md +++ b/packages/shadows-into-light/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-shadows-into-light') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/shanti/README.md b/packages/shanti/README.md index 894ce267a..f100433be 100644 --- a/packages/shanti/README.md +++ b/packages/shanti/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-shanti') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/share-tech-mono/README.md b/packages/share-tech-mono/README.md index a57fa246b..b6f115a98 100644 --- a/packages/share-tech-mono/README.md +++ b/packages/share-tech-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-share-tech-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/share-tech/README.md b/packages/share-tech/README.md index c871955b2..ea74d80b9 100644 --- a/packages/share-tech/README.md +++ b/packages/share-tech/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-share-tech') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/share/README.md b/packages/share/README.md index afc1350f7..5098279a0 100644 --- a/packages/share/README.md +++ b/packages/share/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-share') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/shojumaru/README.md b/packages/shojumaru/README.md index 4f08e27d9..c1a03f055 100644 --- a/packages/shojumaru/README.md +++ b/packages/shojumaru/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-shojumaru') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/short-stack/README.md b/packages/short-stack/README.md index 17ad1dfe7..434696042 100644 --- a/packages/short-stack/README.md +++ b/packages/short-stack/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-short-stack') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/shrikhand/README.md b/packages/shrikhand/README.md index 003242035..2f1fa2d1b 100644 --- a/packages/shrikhand/README.md +++ b/packages/shrikhand/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-shrikhand') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/siemreap/README.md b/packages/siemreap/README.md index f4798dc10..4212175eb 100644 --- a/packages/siemreap/README.md +++ b/packages/siemreap/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-siemreap') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sigmar-one/README.md b/packages/sigmar-one/README.md index 679973ed8..d569f2183 100644 --- a/packages/sigmar-one/README.md +++ b/packages/sigmar-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sigmar-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/signika-negative/README.md b/packages/signika-negative/README.md index 192decc4a..a2bf79722 100644 --- a/packages/signika-negative/README.md +++ b/packages/signika-negative/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-signika-negative') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/signika/README.md b/packages/signika/README.md index 24cc0b35c..cc58d7647 100644 --- a/packages/signika/README.md +++ b/packages/signika/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-signika') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/simonetta/README.md b/packages/simonetta/README.md index bc82728a1..54310a828 100644 --- a/packages/simonetta/README.md +++ b/packages/simonetta/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-simonetta') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/single-day/README.md b/packages/single-day/README.md index 0569ce415..5675ad665 100644 --- a/packages/single-day/README.md +++ b/packages/single-day/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-single-day') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sintony/README.md b/packages/sintony/README.md index e2892f2be..d48484012 100644 --- a/packages/sintony/README.md +++ b/packages/sintony/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sintony') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sirin-stencil/README.md b/packages/sirin-stencil/README.md index 788ac3ae2..8ad2327a5 100644 --- a/packages/sirin-stencil/README.md +++ b/packages/sirin-stencil/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sirin-stencil') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/six-caps/README.md b/packages/six-caps/README.md index b2cd7873e..77f1c16a2 100644 --- a/packages/six-caps/README.md +++ b/packages/six-caps/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-six-caps') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/skranji/README.md b/packages/skranji/README.md index 742e63541..f50d443b0 100644 --- a/packages/skranji/README.md +++ b/packages/skranji/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-skranji') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/slabo-13px/README.md b/packages/slabo-13px/README.md index 7341889c5..d8260392b 100644 --- a/packages/slabo-13px/README.md +++ b/packages/slabo-13px/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-slabo-13px') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/slabo-27px/README.md b/packages/slabo-27px/README.md index d2dc39ed2..778725a2c 100644 --- a/packages/slabo-27px/README.md +++ b/packages/slabo-27px/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-slabo-27px') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/slackey/README.md b/packages/slackey/README.md index d2753722a..766145438 100644 --- a/packages/slackey/README.md +++ b/packages/slackey/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-slackey') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/smokum/README.md b/packages/smokum/README.md index 4edc96332..cd77a9adc 100644 --- a/packages/smokum/README.md +++ b/packages/smokum/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-smokum') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/smythe/README.md b/packages/smythe/README.md index 9098c566a..b3b345227 100644 --- a/packages/smythe/README.md +++ b/packages/smythe/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-smythe') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sniglet/README.md b/packages/sniglet/README.md index 80fced9ca..86e27616f 100644 --- a/packages/sniglet/README.md +++ b/packages/sniglet/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sniglet') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/snippet/README.md b/packages/snippet/README.md index d9aa45bc7..ac5c2b585 100644 --- a/packages/snippet/README.md +++ b/packages/snippet/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-snippet') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/snowburst-one/README.md b/packages/snowburst-one/README.md index 0e4b36e24..bb34c561a 100644 --- a/packages/snowburst-one/README.md +++ b/packages/snowburst-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-snowburst-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sofadi-one/README.md b/packages/sofadi-one/README.md index 58f63de31..549c12606 100644 --- a/packages/sofadi-one/README.md +++ b/packages/sofadi-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sofadi-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sofia/README.md b/packages/sofia/README.md index 56082d70c..724a90629 100644 --- a/packages/sofia/README.md +++ b/packages/sofia/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sofia') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/solway/README.md b/packages/solway/README.md index 4abbf549a..57608df9a 100644 --- a/packages/solway/README.md +++ b/packages/solway/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-solway') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/song-myung/README.md b/packages/song-myung/README.md index 9e4ce488a..f5dac92f9 100644 --- a/packages/song-myung/README.md +++ b/packages/song-myung/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-song-myung') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sonsie-one/README.md b/packages/sonsie-one/README.md index 2911ae554..065f72a15 100644 --- a/packages/sonsie-one/README.md +++ b/packages/sonsie-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sonsie-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sora/README.md b/packages/sora/README.md index 3a35e1112..6005a1c40 100644 --- a/packages/sora/README.md +++ b/packages/sora/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sora') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sorts-mill-goudy/README.md b/packages/sorts-mill-goudy/README.md index 056cf3805..f774554ad 100644 --- a/packages/sorts-mill-goudy/README.md +++ b/packages/sorts-mill-goudy/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sorts-mill-goudy') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/source-code-pro/README.md b/packages/source-code-pro/README.md index 740b7d4b1..372923a10 100644 --- a/packages/source-code-pro/README.md +++ b/packages/source-code-pro/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-source-code-pro') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/source-sans-pro/README.md b/packages/source-sans-pro/README.md index 63f4ee4da..288f60319 100644 --- a/packages/source-sans-pro/README.md +++ b/packages/source-sans-pro/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-source-sans-pro') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/source-serif-pro/README.md b/packages/source-serif-pro/README.md index 315b9a36d..b22b7afd6 100644 --- a/packages/source-serif-pro/README.md +++ b/packages/source-serif-pro/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-source-serif-pro') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/space-mono/README.md b/packages/space-mono/README.md index ec8fdaf66..0b642068e 100644 --- a/packages/space-mono/README.md +++ b/packages/space-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-space-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/space-text/README.md b/packages/space-text/README.md index 7606ececd..5317fdee1 100644 --- a/packages/space-text/README.md +++ b/packages/space-text/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-space-text') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spacegrotesk/README.md b/packages/spacegrotesk/README.md index aa35b9aa6..698ceae55 100644 --- a/packages/spacegrotesk/README.md +++ b/packages/spacegrotesk/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spacegrotesk') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spartan/README.md b/packages/spartan/README.md index 8ad6cddfa..81e9f0480 100644 --- a/packages/spartan/README.md +++ b/packages/spartan/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spartan') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/special-elite/README.md b/packages/special-elite/README.md index 79e4e24b6..3dc63771b 100644 --- a/packages/special-elite/README.md +++ b/packages/special-elite/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-special-elite') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spectral-sc/README.md b/packages/spectral-sc/README.md index bf091634d..7944b9630 100644 --- a/packages/spectral-sc/README.md +++ b/packages/spectral-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spectral-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spectral/README.md b/packages/spectral/README.md index 1c5b1d325..18604cbf6 100644 --- a/packages/spectral/README.md +++ b/packages/spectral/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spectral') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spicy-rice/README.md b/packages/spicy-rice/README.md index ec79feded..38f85e8fc 100644 --- a/packages/spicy-rice/README.md +++ b/packages/spicy-rice/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spicy-rice') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spinnaker/README.md b/packages/spinnaker/README.md index 569ec0555..647166230 100644 --- a/packages/spinnaker/README.md +++ b/packages/spinnaker/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spinnaker') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/spirax/README.md b/packages/spirax/README.md index 7856b6477..29b85b26b 100644 --- a/packages/spirax/README.md +++ b/packages/spirax/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-spirax') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/squada-one/README.md b/packages/squada-one/README.md index ac3f05928..1f83d3bc0 100644 --- a/packages/squada-one/README.md +++ b/packages/squada-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-squada-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sree-krushnadevaraya/README.md b/packages/sree-krushnadevaraya/README.md index e801da116..1254b02a8 100644 --- a/packages/sree-krushnadevaraya/README.md +++ b/packages/sree-krushnadevaraya/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sree-krushnadevaraya') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sriracha/README.md b/packages/sriracha/README.md index 491e1332d..edac4ca1a 100644 --- a/packages/sriracha/README.md +++ b/packages/sriracha/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sriracha') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/srisakdi/README.md b/packages/srisakdi/README.md index 93f866bc8..4ffdec8ce 100644 --- a/packages/srisakdi/README.md +++ b/packages/srisakdi/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-srisakdi') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/staatliches/README.md b/packages/staatliches/README.md index a02a1d75d..4643a290a 100644 --- a/packages/staatliches/README.md +++ b/packages/staatliches/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-staatliches') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stalemate/README.md b/packages/stalemate/README.md index 2c84d02a0..a08e28cbc 100644 --- a/packages/stalemate/README.md +++ b/packages/stalemate/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stalemate') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stalinist-one/README.md b/packages/stalinist-one/README.md index 70fd01511..b7a97a26e 100644 --- a/packages/stalinist-one/README.md +++ b/packages/stalinist-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stalinist-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stardos-stencil/README.md b/packages/stardos-stencil/README.md index 41c75665f..b34070413 100644 --- a/packages/stardos-stencil/README.md +++ b/packages/stardos-stencil/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stardos-stencil') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stint-ultra-condensed/README.md b/packages/stint-ultra-condensed/README.md index 9026b2f5a..bf8b99fbb 100644 --- a/packages/stint-ultra-condensed/README.md +++ b/packages/stint-ultra-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stint-ultra-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stint-ultra-expanded/README.md b/packages/stint-ultra-expanded/README.md index 7a356eda7..d7a61b6f6 100644 --- a/packages/stint-ultra-expanded/README.md +++ b/packages/stint-ultra-expanded/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stint-ultra-expanded') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stoke/README.md b/packages/stoke/README.md index 5f119d2db..ffb9ec52a 100644 --- a/packages/stoke/README.md +++ b/packages/stoke/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stoke') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/strait/README.md b/packages/strait/README.md index 1a8cda892..30cb5dbb4 100644 --- a/packages/strait/README.md +++ b/packages/strait/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-strait') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/stylish/README.md b/packages/stylish/README.md index 127209c22..5b7b2c47c 100644 --- a/packages/stylish/README.md +++ b/packages/stylish/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-stylish') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sue-ellen-francisco/README.md b/packages/sue-ellen-francisco/README.md index 3f704ee8f..5ef1ed9cd 100644 --- a/packages/sue-ellen-francisco/README.md +++ b/packages/sue-ellen-francisco/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sue-ellen-francisco') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/suez-one/README.md b/packages/suez-one/README.md index da244b5d8..cf0e3ff21 100644 --- a/packages/suez-one/README.md +++ b/packages/suez-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-suez-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sulphur-point/README.md b/packages/sulphur-point/README.md index 6144c1e0b..c0cfd1c55 100644 --- a/packages/sulphur-point/README.md +++ b/packages/sulphur-point/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sulphur-point') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sumana/README.md b/packages/sumana/README.md index fbe9ae965..b8cdc6854 100644 --- a/packages/sumana/README.md +++ b/packages/sumana/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sumana') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sunflower/README.md b/packages/sunflower/README.md index 15eca830e..e4678b5b6 100644 --- a/packages/sunflower/README.md +++ b/packages/sunflower/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sunflower') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sunshiney/README.md b/packages/sunshiney/README.md index b13dd8365..198e7ee09 100644 --- a/packages/sunshiney/README.md +++ b/packages/sunshiney/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sunshiney') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/supermercado-one/README.md b/packages/supermercado-one/README.md index f40d136c7..58cb8cd5f 100644 --- a/packages/supermercado-one/README.md +++ b/packages/supermercado-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-supermercado-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/sura/README.md b/packages/sura/README.md index 777d06fd8..b3e5b4ab4 100644 --- a/packages/sura/README.md +++ b/packages/sura/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-sura') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/suranna/README.md b/packages/suranna/README.md index c440d77bb..88d112341 100644 --- a/packages/suranna/README.md +++ b/packages/suranna/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-suranna') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/suravaram/README.md b/packages/suravaram/README.md index fd8a377ca..a4a71fb2d 100644 --- a/packages/suravaram/README.md +++ b/packages/suravaram/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-suravaram') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/suwannaphum/README.md b/packages/suwannaphum/README.md index 8bd23c5b1..e43aafac7 100644 --- a/packages/suwannaphum/README.md +++ b/packages/suwannaphum/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-suwannaphum') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/swanky-and-moo-moo/README.md b/packages/swanky-and-moo-moo/README.md index 872a1682c..a020022f9 100644 --- a/packages/swanky-and-moo-moo/README.md +++ b/packages/swanky-and-moo-moo/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-swanky-and-moo-moo') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/syncopate/README.md b/packages/syncopate/README.md index 837302929..b74bd1e33 100644 --- a/packages/syncopate/README.md +++ b/packages/syncopate/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-syncopate') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/syne/README.md b/packages/syne/README.md index e7e5cec46..277b8806d 100644 --- a/packages/syne/README.md +++ b/packages/syne/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-syne') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tajawal/README.md b/packages/tajawal/README.md index 6c1093846..c9d0e296d 100644 --- a/packages/tajawal/README.md +++ b/packages/tajawal/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tajawal') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tangerine/README.md b/packages/tangerine/README.md index fb6dcc65a..3c61904f9 100644 --- a/packages/tangerine/README.md +++ b/packages/tangerine/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tangerine') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/taprom/README.md b/packages/taprom/README.md index 6ae93944b..0cfb59412 100644 --- a/packages/taprom/README.md +++ b/packages/taprom/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-taprom') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tauri/README.md b/packages/tauri/README.md index 86de1af27..bbddc0717 100644 --- a/packages/tauri/README.md +++ b/packages/tauri/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tauri') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/taviraj/README.md b/packages/taviraj/README.md index c043447d1..331829fa0 100644 --- a/packages/taviraj/README.md +++ b/packages/taviraj/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-taviraj') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/teko/README.md b/packages/teko/README.md index 6027c059f..382e714e9 100644 --- a/packages/teko/README.md +++ b/packages/teko/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-teko') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/telex/README.md b/packages/telex/README.md index 56bd4a80d..458ec652d 100644 --- a/packages/telex/README.md +++ b/packages/telex/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-telex') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tenali-ramakrishna/README.md b/packages/tenali-ramakrishna/README.md index e3909a86d..0be1473e4 100644 --- a/packages/tenali-ramakrishna/README.md +++ b/packages/tenali-ramakrishna/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tenali-ramakrishna') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tenor-sans/README.md b/packages/tenor-sans/README.md index f922c2525..c49eb69c4 100644 --- a/packages/tenor-sans/README.md +++ b/packages/tenor-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tenor-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tex-gyre-pagella/README.md b/packages/tex-gyre-pagella/README.md index 92bed5e61..d554540f0 100644 --- a/packages/tex-gyre-pagella/README.md +++ b/packages/tex-gyre-pagella/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tex-gyre-pagella') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tex-gyre-schola/README.md b/packages/tex-gyre-schola/README.md index a5186d02c..753d01392 100644 --- a/packages/tex-gyre-schola/README.md +++ b/packages/tex-gyre-schola/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tex-gyre-schola') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/text-me-one/README.md b/packages/text-me-one/README.md index ab90630fb..930a508d7 100644 --- a/packages/text-me-one/README.md +++ b/packages/text-me-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-text-me-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/thasadith/README.md b/packages/thasadith/README.md index 3404d6b22..1049c2673 100644 --- a/packages/thasadith/README.md +++ b/packages/thasadith/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-thasadith') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/the-girl-next-door/README.md b/packages/the-girl-next-door/README.md index 3ee878e4b..591b888aa 100644 --- a/packages/the-girl-next-door/README.md +++ b/packages/the-girl-next-door/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-the-girl-next-door') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tienne/README.md b/packages/tienne/README.md index ff7b52456..4461a042a 100644 --- a/packages/tienne/README.md +++ b/packages/tienne/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tienne') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tillana/README.md b/packages/tillana/README.md index 0dbf501db..d31a3de4a 100644 --- a/packages/tillana/README.md +++ b/packages/tillana/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tillana') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/timmana/README.md b/packages/timmana/README.md index 34e17eeba..81bf34b9c 100644 --- a/packages/timmana/README.md +++ b/packages/timmana/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-timmana') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tinos/README.md b/packages/tinos/README.md index 479ec9139..aa43a0872 100644 --- a/packages/tinos/README.md +++ b/packages/tinos/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tinos') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/titan-one/README.md b/packages/titan-one/README.md index d6b395eb5..115e756b2 100644 --- a/packages/titan-one/README.md +++ b/packages/titan-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-titan-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/titillium-web/README.md b/packages/titillium-web/README.md index e85ca01d5..a3491ad85 100644 --- a/packages/titillium-web/README.md +++ b/packages/titillium-web/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-titillium-web') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tomorrow/README.md b/packages/tomorrow/README.md index dbb401c1d..4da436cd9 100644 --- a/packages/tomorrow/README.md +++ b/packages/tomorrow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tomorrow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/trade-winds/README.md b/packages/trade-winds/README.md index f8abda5d0..215fa199a 100644 --- a/packages/trade-winds/README.md +++ b/packages/trade-winds/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-trade-winds') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/trirong/README.md b/packages/trirong/README.md index e864e2ec0..2a462e7dc 100644 --- a/packages/trirong/README.md +++ b/packages/trirong/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-trirong') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/trocchi/README.md b/packages/trocchi/README.md index a1a35d106..7c87fd923 100644 --- a/packages/trocchi/README.md +++ b/packages/trocchi/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-trocchi') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/trochut/README.md b/packages/trochut/README.md index b575ccc55..257633538 100644 --- a/packages/trochut/README.md +++ b/packages/trochut/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-trochut') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/trykker/README.md b/packages/trykker/README.md index f44078519..ebbd5d43a 100644 --- a/packages/trykker/README.md +++ b/packages/trykker/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-trykker') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/tulpen-one/README.md b/packages/tulpen-one/README.md index 8003fed4b..9c8266860 100644 --- a/packages/tulpen-one/README.md +++ b/packages/tulpen-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-tulpen-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/turret-road/README.md b/packages/turret-road/README.md index d5fdccd92..0936a9c97 100644 --- a/packages/turret-road/README.md +++ b/packages/turret-road/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-turret-road') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ubuntu-condensed/README.md b/packages/ubuntu-condensed/README.md index 71b3f8ab1..53e047410 100644 --- a/packages/ubuntu-condensed/README.md +++ b/packages/ubuntu-condensed/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ubuntu-condensed') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ubuntu-mono/README.md b/packages/ubuntu-mono/README.md index 01076b765..f551ccdd8 100644 --- a/packages/ubuntu-mono/README.md +++ b/packages/ubuntu-mono/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ubuntu-mono') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ubuntu/README.md b/packages/ubuntu/README.md index b009983aa..908d254d7 100644 --- a/packages/ubuntu/README.md +++ b/packages/ubuntu/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ubuntu') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/ultra/README.md b/packages/ultra/README.md index c53a58a12..2d4f78bc3 100644 --- a/packages/ultra/README.md +++ b/packages/ultra/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-ultra') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/uncial-antiqua/README.md b/packages/uncial-antiqua/README.md index 4ff78a4a7..acb62c827 100644 --- a/packages/uncial-antiqua/README.md +++ b/packages/uncial-antiqua/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-uncial-antiqua') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/underdog/README.md b/packages/underdog/README.md index be5340d5a..414c3e8a3 100644 --- a/packages/underdog/README.md +++ b/packages/underdog/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-underdog') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unica-one/README.md b/packages/unica-one/README.md index 88841a6e6..91b34df9b 100644 --- a/packages/unica-one/README.md +++ b/packages/unica-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unica-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unifrakturcook/README.md b/packages/unifrakturcook/README.md index cdefc6fb5..f08058174 100644 --- a/packages/unifrakturcook/README.md +++ b/packages/unifrakturcook/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unifrakturcook') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unifrakturmaguntia/README.md b/packages/unifrakturmaguntia/README.md index d34056d21..562924f5a 100644 --- a/packages/unifrakturmaguntia/README.md +++ b/packages/unifrakturmaguntia/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unifrakturmaguntia') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unkempt/README.md b/packages/unkempt/README.md index 1c8bb4aaf..a4d5d0df9 100644 --- a/packages/unkempt/README.md +++ b/packages/unkempt/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unkempt') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unlock/README.md b/packages/unlock/README.md index 45bb6e39b..0f6e7199e 100644 --- a/packages/unlock/README.md +++ b/packages/unlock/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unlock') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/unna/README.md b/packages/unna/README.md index b304a9457..d4b327dff 100644 --- a/packages/unna/README.md +++ b/packages/unna/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-unna') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vampiro-one/README.md b/packages/vampiro-one/README.md index 769cb5216..8a00dac6e 100644 --- a/packages/vampiro-one/README.md +++ b/packages/vampiro-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vampiro-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/varela-round/README.md b/packages/varela-round/README.md index 2ca15ffd9..c1d2eb018 100644 --- a/packages/varela-round/README.md +++ b/packages/varela-round/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-varela-round') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/varela/README.md b/packages/varela/README.md index c1046f09a..b9d80455b 100644 --- a/packages/varela/README.md +++ b/packages/varela/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-varela') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/varta/README.md b/packages/varta/README.md index 06fa7e154..a817b5cb3 100644 --- a/packages/varta/README.md +++ b/packages/varta/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-varta') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vast-shadow/README.md b/packages/vast-shadow/README.md index 972062b78..505b159a7 100644 --- a/packages/vast-shadow/README.md +++ b/packages/vast-shadow/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vast-shadow') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vesper-libre/README.md b/packages/vesper-libre/README.md index 82843000e..d14ee46d3 100644 --- a/packages/vesper-libre/README.md +++ b/packages/vesper-libre/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vesper-libre') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/viaoda-libre/README.md b/packages/viaoda-libre/README.md index fa5ef9f6b..3ad1cdcc9 100644 --- a/packages/viaoda-libre/README.md +++ b/packages/viaoda-libre/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-viaoda-libre') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vibes/README.md b/packages/vibes/README.md index 9d60fd6fc..5601cb28c 100644 --- a/packages/vibes/README.md +++ b/packages/vibes/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vibes') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vibur/README.md b/packages/vibur/README.md index 74fa2b757..23a14b5a4 100644 --- a/packages/vibur/README.md +++ b/packages/vibur/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vibur') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vidaloka/README.md b/packages/vidaloka/README.md index 359fed854..a43cdb59a 100644 --- a/packages/vidaloka/README.md +++ b/packages/vidaloka/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vidaloka') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/viga/README.md b/packages/viga/README.md index 889e706fc..73186b755 100644 --- a/packages/viga/README.md +++ b/packages/viga/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-viga') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/voces/README.md b/packages/voces/README.md index 78fe73f0f..16d257ed7 100644 --- a/packages/voces/README.md +++ b/packages/voces/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-voces') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/volkhov/README.md b/packages/volkhov/README.md index 992fc772a..bbeaf0829 100644 --- a/packages/volkhov/README.md +++ b/packages/volkhov/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-volkhov') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vollkorn-sc/README.md b/packages/vollkorn-sc/README.md index 0fb8e3f68..6f53e5d80 100644 --- a/packages/vollkorn-sc/README.md +++ b/packages/vollkorn-sc/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vollkorn-sc') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vollkorn/README.md b/packages/vollkorn/README.md index ccd75264a..bde2e23a4 100644 --- a/packages/vollkorn/README.md +++ b/packages/vollkorn/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vollkorn') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/voltaire/README.md b/packages/voltaire/README.md index 2d6213236..af7ccebaa 100644 --- a/packages/voltaire/README.md +++ b/packages/voltaire/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-voltaire') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/vt323/README.md b/packages/vt323/README.md index 91b6a6905..301f8af1c 100644 --- a/packages/vt323/README.md +++ b/packages/vt323/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-vt323') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/waiting-for-the-sunrise/README.md b/packages/waiting-for-the-sunrise/README.md index 4f9edd1a6..8c3b19cea 100644 --- a/packages/waiting-for-the-sunrise/README.md +++ b/packages/waiting-for-the-sunrise/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-waiting-for-the-sunrise') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/wallpoet/README.md b/packages/wallpoet/README.md index 5b8515d6a..ea33c44a1 100644 --- a/packages/wallpoet/README.md +++ b/packages/wallpoet/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-wallpoet') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/walter-turncoat/README.md b/packages/walter-turncoat/README.md index 2cf8dffc1..66718d997 100644 --- a/packages/walter-turncoat/README.md +++ b/packages/walter-turncoat/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-walter-turncoat') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/warnes/README.md b/packages/warnes/README.md index 075eef403..1e7bf3036 100644 --- a/packages/warnes/README.md +++ b/packages/warnes/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-warnes') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/wellfleet/README.md b/packages/wellfleet/README.md index 4899cb278..40ce2a322 100644 --- a/packages/wellfleet/README.md +++ b/packages/wellfleet/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-wellfleet') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/wendy-one/README.md b/packages/wendy-one/README.md index c72a1504e..3cc835972 100644 --- a/packages/wendy-one/README.md +++ b/packages/wendy-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-wendy-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/wire-one/README.md b/packages/wire-one/README.md index 5b981e571..1c212f5f0 100644 --- a/packages/wire-one/README.md +++ b/packages/wire-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-wire-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/work-sans/README.md b/packages/work-sans/README.md index 42250cd42..ae0326afa 100644 --- a/packages/work-sans/README.md +++ b/packages/work-sans/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-work-sans') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yanone-kaffeesatz/README.md b/packages/yanone-kaffeesatz/README.md index 0ed149ea2..040d01608 100644 --- a/packages/yanone-kaffeesatz/README.md +++ b/packages/yanone-kaffeesatz/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yanone-kaffeesatz') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yantramanav/README.md b/packages/yantramanav/README.md index 7c71e9b86..935298783 100644 --- a/packages/yantramanav/README.md +++ b/packages/yantramanav/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yantramanav') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yatra-one/README.md b/packages/yatra-one/README.md index cf8b95bb8..ce41a40a3 100644 --- a/packages/yatra-one/README.md +++ b/packages/yatra-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yatra-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yellowtail/README.md b/packages/yellowtail/README.md index ae6cb9fd4..b641e2dc8 100644 --- a/packages/yellowtail/README.md +++ b/packages/yellowtail/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yellowtail') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yeon-sung/README.md b/packages/yeon-sung/README.md index 45f163b61..ef8c8f7d4 100644 --- a/packages/yeon-sung/README.md +++ b/packages/yeon-sung/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yeon-sung') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yeseva-one/README.md b/packages/yeseva-one/README.md index 8cd381f08..d5599c8d1 100644 --- a/packages/yeseva-one/README.md +++ b/packages/yeseva-one/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yeseva-one') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yesteryear/README.md b/packages/yesteryear/README.md index f7981b262..2ec317faf 100644 --- a/packages/yesteryear/README.md +++ b/packages/yesteryear/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yesteryear') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/youngserif/README.md b/packages/youngserif/README.md index 5b12da983..4e27bd888 100644 --- a/packages/youngserif/README.md +++ b/packages/youngserif/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-youngserif') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/yrsa/README.md b/packages/yrsa/README.md index 17080cbdd..670b5774e 100644 --- a/packages/yrsa/README.md +++ b/packages/yrsa/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-yrsa') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zcool-kuaile/README.md b/packages/zcool-kuaile/README.md index 00188f948..167d02eb4 100644 --- a/packages/zcool-kuaile/README.md +++ b/packages/zcool-kuaile/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zcool-kuaile') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zcool-qingke-huangyou/README.md b/packages/zcool-qingke-huangyou/README.md index f0c56f6a9..4ee02b4dd 100644 --- a/packages/zcool-qingke-huangyou/README.md +++ b/packages/zcool-qingke-huangyou/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zcool-qingke-huangyou') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zcool-xiaowei/README.md b/packages/zcool-xiaowei/README.md index 3e772195c..325bb7c73 100644 --- a/packages/zcool-xiaowei/README.md +++ b/packages/zcool-xiaowei/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zcool-xiaowei') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zeyada/README.md b/packages/zeyada/README.md index 4b33cf92f..1126e0b62 100644 --- a/packages/zeyada/README.md +++ b/packages/zeyada/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zeyada') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zhi-mang-xing/README.md b/packages/zhi-mang-xing/README.md index 8661ade3f..4404413fb 100644 --- a/packages/zhi-mang-xing/README.md +++ b/packages/zhi-mang-xing/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zhi-mang-xing') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zilla-slab-highlight/README.md b/packages/zilla-slab-highlight/README.md index d2550f87d..90147f8cb 100644 --- a/packages/zilla-slab-highlight/README.md +++ b/packages/zilla-slab-highlight/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zilla-slab-highlight') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/packages/zilla-slab/README.md b/packages/zilla-slab/README.md index ed2698fbe..5dd6a81ba 100644 --- a/packages/zilla-slab/README.md +++ b/packages/zilla-slab/README.md @@ -1,4 +1,6 @@ ->The Typefaces project is now deprecated. @DecliningLotus created +>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. @@ -39,7 +41,7 @@ require('typeface-zilla-slab') ## About the Typefaces project. Our goal is to add all open source fonts to NPM to simplify using great fonts in -our web projects. We’re currently maintaining 1037 typeface packages +our web projects. We’re currently maintaining 1036 typeface packages including all typefaces on Google Fonts. If your favorite typeface isn’t published yet, [let us know](https://github.com/KyleAMathews/typefaces) diff --git a/scripts/templates.js b/scripts/templates.js index df5322085..cef855b99 100644 --- a/scripts/templates.js +++ b/scripts/templates.js @@ -39,7 +39,9 @@ exports.fontFace = _.template( ); exports.readme = _.template( - `>The Typefaces project is now deprecated. @DecliningLotus created + `>The Typefaces project is now deprecated. + +@DecliningLotus created [FontSource](https://github.com/fontsource/fontsource) which provides the same functionality as Typefaces but with automated releases & richer support for importing specific weights, styles, or language subsets. diff --git a/scripts/update-readmes.js b/scripts/update-readmes.js index de8e05c26..d87dae84b 100644 --- a/scripts/update-readmes.js +++ b/scripts/update-readmes.js @@ -8,7 +8,7 @@ const packages = fs .map((dirent) => dirent.name); const packagesCount = packages.length; -const filteredPackages = packages.filter((p) => p > "nosifer"); +const filteredPackages = packages.filter((p) => p > "noticia-text"); console.log(filteredPackages); filteredPackages.forEach((p) => {