ngx-dsxlibrary 2.21.53 → 2.21.55
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.
|
Binary file
|
package/package.json
CHANGED
package/src/assets/css/fonts.css
CHANGED
|
@@ -106,5 +106,56 @@
|
|
|
106
106
|
@font-face {
|
|
107
107
|
font-family: "Material Symbols Outlined";
|
|
108
108
|
font-style: normal;
|
|
109
|
+
font-weight: 400;
|
|
109
110
|
src: url("/fonts/material-symbols-outlined.woff2") format("woff2");
|
|
111
|
+
font-display: block;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* poppins-300 - latin */
|
|
115
|
+
@font-face {
|
|
116
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
117
|
+
font-family: "Poppins";
|
|
118
|
+
font-style: normal;
|
|
119
|
+
font-weight: 300;
|
|
120
|
+
src: url("/fonts/poppins-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
121
|
+
}
|
|
122
|
+
/* poppins-300italic - latin */
|
|
123
|
+
@font-face {
|
|
124
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
125
|
+
font-family: "Poppins";
|
|
126
|
+
font-style: italic;
|
|
127
|
+
font-weight: 300;
|
|
128
|
+
src: url("/fonts/poppins-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
129
|
+
}
|
|
130
|
+
/* poppins-regular - latin */
|
|
131
|
+
@font-face {
|
|
132
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
133
|
+
font-family: "Poppins";
|
|
134
|
+
font-style: normal;
|
|
135
|
+
font-weight: 400;
|
|
136
|
+
src: url("/fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
137
|
+
}
|
|
138
|
+
/* poppins-italic - latin */
|
|
139
|
+
@font-face {
|
|
140
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
141
|
+
font-family: "Poppins";
|
|
142
|
+
font-style: italic;
|
|
143
|
+
font-weight: 400;
|
|
144
|
+
src: url("/fonts/poppins-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
145
|
+
}
|
|
146
|
+
/* poppins-500 - latin */
|
|
147
|
+
@font-face {
|
|
148
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
149
|
+
font-family: "Poppins";
|
|
150
|
+
font-style: normal;
|
|
151
|
+
font-weight: 500;
|
|
152
|
+
src: url("/fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
153
|
+
}
|
|
154
|
+
/* poppins-500italic - latin */
|
|
155
|
+
@font-face {
|
|
156
|
+
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
|
157
|
+
font-family: "Poppins";
|
|
158
|
+
font-style: italic;
|
|
159
|
+
font-weight: 500;
|
|
160
|
+
src: url("/fonts/poppins-v24-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
110
161
|
}
|
|
Binary file
|