You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pages/fonts/nunito-sans
MillironX f2c2499279 deploy: b2f77179d6 1 year ago
..
files deploy: b2f77179d6 1 year ago
README.md deploy: b2f77179d6 1 year ago
files-last-modified.json deploy: b2f77179d6 1 year ago
font-descriptor.json deploy: b2f77179d6 1 year ago
index.css deploy: b2f77179d6 1 year ago
package.json deploy: b2f77179d6 1 year ago

README.md

nunito-sans_all

The CSS and web font files to easily self-host “Nunito Sans” with subset "all".

Install

npm install --save @openfonts/nunito-sans_all

Use

Typefaces assume youre 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 and Create React App.

To use, simply require the package in your projects entry file e.g.

// Load Nunito Sans typeface
require('@openfonts/nunito-sans_all')

Usage in SCSS:

@import "~@openfonts/nunito-sans_all/index.css";