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