0.2.2 • Published 1 month ago

@ilo-org/fonts v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

ILO Design System - Fonts Package

Status: Proof of Concept

This package includes the ILO's brand fonts and typeface declarations. Fore more information about typography at the ILO, see the ILO Brand Hub.

Usage

Simply add the project as a dependency in your package.json and then import the font-face declarations.

// SCSS
@import "~@ilo-org/fonts";
// JavaScript with Webpack
import "~@ilo-org/fonts";

Then, in any css file

.my-type-class {
  font-family: "Overpass", sans;
  font-weight: normal;
  font-style: normal;
}

Fonts included

This package includes a subset of Overpass and Noto Sans fonts used in ILO projects.

font-familyfont-weightfont-stylefile
"Overpass"normalnormalOverpass-Regular
"Overpass"normalitalicOverpass-Italic
"Overpass"300normalOverpass-Light
"Overpass"700normalOverpass-SemiBold
"Overpass"700italicOverpass-SemiBoldItalic
"Noto Sans"normalnormalNotoSans
"Noto Sans"normalitalicNotoSans-Italic
"Noto Sans"700normalNotoSans-Bold
"Noto Sans"700italicNotoSans-BoldItalic

Formats

All fonts-face declarations include files in the following formats:

  • .eot
  • .woff
  • .woff2
  • .ttf
0.2.2

1 month ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago