# @openfonts/quicksand_latin-ext

> Quicksand latin-ext typeface

Latest version **1.44.5** (published 2026-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @openfonts/quicksand_latin-ext
pnpm add @openfonts/quicksand_latin-ext
yarn add @openfonts/quicksand_latin-ext
bun add @openfonts/quicksand_latin-ext
```

## Health

**Score 50/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated.

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

## Facts

| | |
|---|---|
| Version | 1.44.5 |
| Published | 2026-07-25 |
| First published | 2019-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 272.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43 |
| Author | Jan Bednar |
| Maintainers | bedlaj |
| Keywords | typeface, font, font family, google fonts, quicksand, latin-ext |

## Links

- npm: https://www.npmjs.com/package/@openfonts/quicksand_latin-ext
- Repository: https://github.com/bedlaj/openfonts
- Homepage: https://github.com/bedlaj/openfonts#readme
- Issues: https://github.com/bedlaj/openfonts/issues
- npm.io page: https://npm.io/package/@openfonts/quicksand_latin-ext

## 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.44.5 (latest) — 2026-07-25
- 1.44.4 — 2020-04-16
- 1.44.3 — 2020-02-05
- 1.44.2 — 2020-01-07
- 1.44.1 — 2020-01-06
- 1.44.0 — 2019-11-02
- 1.43.0 — 2019-10-26
- 1.1.0 — 2019-10-26
- 1.0.1 — 2019-10-23
- 1.0.0 — 2019-10-05
- 0.1.2 — 2019-09-27
- 0.1.1 — 2019-09-26
- 0.1.0 — 2019-09-24
- 0.0.14 — 2019-09-20
- 0.0.13 — 2019-09-04
- … 11 more at https://npm.io/package/@openfonts/quicksand_latin-ext/versions

## README

# quicksand_latin-ext

The CSS and web font files to easily self-host “Quicksand” with subset "latin-ext".

## Install

`npm install --save @openfonts/quicksand_latin-ext`

## 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 Quicksand typeface
require('@openfonts/quicksand_latin-ext')
```

Usage in SCSS:
```scss
@import "~@openfonts/quicksand_latin-ext/index.css";
```

---
_Source: https://npm.io/package/@openfonts/quicksand_latin-ext · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
