plane.css
v1.6.4
Published
It's a plane world with levitation
Downloads
5
Maintainers
Readme
It's a plane world with levitation.
Installation
npm i @ibm/plex
- 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;
}
npm i plane.css