@sinco/react 1.0.1-rc.7 → 1.0.1-rc.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,7 @@ Puedes utilizar fuentes de Google Web Fonts en tu proyecto. Para hacerlo, agrega
18
18
  rel="stylesheet"
19
19
  href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap"
20
20
  />`
21
+ <br/>
21
22
  Otra opción es instalar las fuentes Roboto y Nunito desde npm utilizando los paquetes
22
23
  O ya sea instalando las fuentes [@fontsource/roboto](https://www.npmjs.com/package/@fontsource/roboto) y [@fontsource/nunito](https://www.npmjs.com/package/@fontsource/nunito) en su archivo `index.tsx`, los fontsource son que se necesitan son :
23
24
 
@@ -31,7 +32,7 @@ import '@fontsource/roboto/500.css';
31
32
  import '@fontsource/roboto/300.css'; <br/>
32
33
  import '@fontsource/roboto/400.css'; <br/>
33
34
  import '@fontsource/roboto/500.css'; <br/>
34
- import '@fontsource/roboto/60.css';
35
+ import '@fontsource/roboto/600.css';
35
36
 
36
37
  Para usar el `Iconcomponent` de fuente, primero debe agregar la [fuente](https://mui.com/material-ui/getting-started/installation/#icons) Material Icons.
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.1-rc.7",
3
+ "version": "1.0.1-rc.9",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",