@sinco/react 1.0.1-rc.7 → 1.0.1-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- 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
|
|