Skip to content

digabi/noto-sans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noto Sans

Your Noto Sans font, packaged.

Usage

  1. yarn add @digabi/noto-sans
  2. import '@digabi/noto-sans/stylesheet.css'
  3. font-family: 'Noto Sans', sans-serif;
  4. ???
  5. €€€€

Update Noto sans fonts

  1. Copy ttf fonts from official noto sans web page to your computer
  2. Convert ttf fonts to woff fonts. Example:
  • ttf2woff TTF/NotoSans-SemiBoldItalic.ttf WOFF/NotoSans-SemiBoldItalic.woff
  1. Convert ttf fonts to woff2 fonts. Example:
  • cat TTF/NotoMono.ttf | ttf2woff2 > WOFF2/NotoMono.woff2

Release new version:

npm version [patch, minor, major]
git push --follow-tags
npm publish

Release new beta version

npm version prerelease --preid=beta
git push --follow-tags
npm publish

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors