# typeface-alegreya-sc

> Alegreya SC typeface

Latest version **1.1.13** (published 2020-10-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install typeface-alegreya-sc
pnpm add typeface-alegreya-sc
yarn add typeface-alegreya-sc
bun add typeface-alegreya-sc
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.13 |
| Published | 2020-10-06 |
| First published | 2017-01-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 581.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2588 |
| Author | Kyle Mathews |
| Maintainers | kylemathews |
| Keywords | typeface, font, font family, google fonts, alegreya-sc |

## Links

- npm: https://www.npmjs.com/package/typeface-alegreya-sc
- Repository: https://github.com/KyleAMathews/typefaces/tree/master/packages/alegreya-sc
- npm.io page: https://npm.io/package/typeface-alegreya-sc

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.1.13 (latest) — 2020-10-06
- 1.1.10 — 2020-10-06
- 1.1.9 — 2020-10-06
- 1.1.8 — 2020-10-06
- 1.1.7 — 2020-10-06
- 1.1.6 — 2020-10-06
- 0.0.72 — 2019-02-28
- 0.0.54 — 2018-01-24
- 0.0.45 — 2017-11-13
- 0.0.44 — 2017-11-13
- 0.0.43 — 2017-10-25
- 0.0.40 — 2017-10-14
- 0.0.35 — 2017-08-08
- 0.0.34 — 2017-08-07
- 0.0.31 — 2017-07-07
- … 6 more at https://npm.io/package/typeface-alegreya-sc/versions

## README

>The Typefaces project is now deprecated.
>
>@DecliningLotus created
[FontSource](https://github.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-alegreya-sc" with "fontsource-alegreya-sc".
>
> Then change imports from "import 'typeface-alegreya-sc'" to "import 'fontsource-alegreya-sc/latin.css'".
>
>Typeface packages will continue working indefinitely so no immediate
>changes are necessary.

# typeface-alegreya-sc

The CSS and web font files to easily self-host “Alegreya SC”.

## Install

`npm install --save typeface-alegreya-sc`

## 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 Alegreya SC typeface
require('typeface-alegreya-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 1036 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!

---
_Source: https://npm.io/package/typeface-alegreya-sc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
