BLOKK auto import.
yarn add -D postcss-blokk
npm i -D postcss-blokk
postcss([blokk])
body {
font-family: BLOKK;
}
.a {
font: 16px / 1.5 BLOKK;
}
@import url("https://blokkfont-losgordos.netdna-ssl.com/v2/blokkfont.css");
body {
font-family: BLOKK;
}
.a {
font: 16px / 1.5 BLOKK;
}
If you get an Access-Control-Allow-Origin
related error during development, you may want to install https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi/related
The MIT License (MIT)
Copyright (c) 2017 nju33 nju33.ki@gmail.com