1.0.1 • Published 7 years ago
roboto-npm-webfont v1.0.1
Usage
In module
import 'roboto-npm-webfont';
In style
body {
font-family: 'Roboto', sans-serif;
}
Webpack dependencies:
- css-loader
import 'roboto-npm-webfont';
body {
font-family: 'Roboto', sans-serif;
}