We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166f492 commit 95d4aa7Copy full SHA for 95d4aa7
1 file changed
README.md
@@ -18,18 +18,6 @@ $ yarn add nes-components
18
$ npm i nes-components
19
```
20
21
-## :warning:caution
22
-if nes-components doesn't show the right font, please add the following to your component.
23
-Currently, working on updating nes-components
24
-```js
25
-import WebFont from 'webfontloader';
26
-WebFont.load({
27
- google: {
28
- families: ['Press+Start+2P'],
29
- },
30
-});
31
-```
32
-
33
#### Doc
34
Please see StoryBook https://nes-components.netlify.com/
35
0 commit comments