1.6.4 • Published 4 years ago

plane.css v1.6.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Logo

It's a plane world with levitation.

Installation

  1. npm i @ibm/plex
  2. Only import IBM Plex Mono (Latin 1) into your global style to get the best performance:
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('node_modules/@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2') format('woff2');
}
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('node_modules/@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('node_modules/@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2') format('woff2');
    font-weight: 100;
}
  1. npm i plane.css
1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago