do-ui-design-system 1.1.1 → 1.1.2
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/dist/do-theme/font.css +4 -1
- package/package.json +1 -1
package/dist/do-theme/font.css
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/* Inter y Space Grotesk están importados al final de este documento css
|
|
2
2
|
Estas fuentes están descargadas en la carpeta fonts*/
|
|
3
3
|
|
|
4
|
+
* {
|
|
5
|
+
font-family: 'Inter', sans-serif !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
4
8
|
.do-text-grotesk {
|
|
5
9
|
font-family: "Space Grotesk", sans-serif;
|
|
6
10
|
}
|
|
@@ -58,7 +62,6 @@ h6 {
|
|
|
58
62
|
|
|
59
63
|
p,
|
|
60
64
|
li {
|
|
61
|
-
font-family: 'Inter', sans-serif !important;
|
|
62
65
|
font-size: 0.75rem;
|
|
63
66
|
font-weight: 400;
|
|
64
67
|
}
|