urfu-ui-kit-vanilla 2.0.3 → 2.0.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +18 -18
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "2.0.3",
6
+ "version": "2.0.4",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -75,21 +75,21 @@ button {
75
75
  }
76
76
  @font-face {
77
77
  font-family: 'Montserrat';
78
- src: url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
78
+ src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
79
79
  font-weight: 100;
80
80
  font-style: normal;
81
81
  font-display: swap;
82
82
  }
83
83
  @font-face {
84
84
  font-family: 'Montserrat';
85
- src: url('../fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
85
+ src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
86
86
  font-weight: 100;
87
87
  font-style: italic;
88
88
  font-display: swap;
89
89
  }
90
90
  @font-face {
91
91
  font-family: 'Montserrat';
92
- src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
92
+ src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
93
93
  font-weight: 200;
94
94
  font-style: normal;
95
95
  font-display: swap;
@@ -103,104 +103,104 @@ button {
103
103
  }
104
104
  @font-face {
105
105
  font-family: 'Montserrat';
106
- src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
106
+ src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
107
107
  font-weight: 300;
108
108
  font-style: normal;
109
109
  font-display: swap;
110
110
  }
111
111
  @font-face {
112
112
  font-family: 'Montserrat';
113
- src: url('../fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
113
+ src: url('../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
114
114
  font-weight: 300;
115
115
  font-style: italic;
116
116
  font-display: swap;
117
117
  }
118
118
  @font-face {
119
119
  font-family: 'Montserrat';
120
- src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
120
+ src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
121
121
  font-weight: 400;
122
122
  font-style: normal;
123
123
  font-display: swap;
124
124
  }
125
125
  @font-face {
126
126
  font-family: 'Montserrat';
127
- src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
127
+ src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
128
128
  font-weight: 400;
129
129
  font-style: italic;
130
130
  font-display: swap;
131
131
  }
132
132
  @font-face {
133
133
  font-family: 'Montserrat';
134
- src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
134
+ src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
135
135
  font-weight: 500;
136
136
  font-style: normal;
137
137
  font-display: swap;
138
138
  }
139
139
  @font-face {
140
140
  font-family: 'Montserrat';
141
- src: url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
141
+ src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
142
142
  font-weight: 500;
143
143
  font-style: italic;
144
144
  font-display: swap;
145
145
  }
146
146
  @font-face {
147
147
  font-family: 'Montserrat';
148
- src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
148
+ src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
149
149
  font-weight: 600;
150
150
  font-style: normal;
151
151
  font-display: swap;
152
152
  }
153
153
  @font-face {
154
154
  font-family: 'Montserrat';
155
- src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
155
+ src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
156
156
  font-weight: 600;
157
157
  font-style: italic;
158
158
  font-display: swap;
159
159
  }
160
160
  @font-face {
161
161
  font-family: 'Montserrat';
162
- src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
162
+ src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
163
163
  font-weight: 700;
164
164
  font-style: normal;
165
165
  font-display: swap;
166
166
  }
167
167
  @font-face {
168
168
  font-family: 'Montserrat';
169
- src: url('../fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
169
+ src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
170
170
  font-weight: 700;
171
171
  font-style: italic;
172
172
  font-display: swap;
173
173
  }
174
174
  @font-face {
175
175
  font-family: 'Montserrat';
176
- src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
176
+ src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
177
177
  font-weight: 800;
178
178
  font-style: normal;
179
179
  font-display: swap;
180
180
  }
181
181
  @font-face {
182
182
  font-family: 'Montserrat';
183
- src: url('../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
183
+ src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
184
184
  font-weight: 800;
185
185
  font-style: italic;
186
186
  font-display: swap;
187
187
  }
188
188
  @font-face {
189
189
  font-family: 'Montserrat';
190
- src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
190
+ src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
191
191
  font-weight: 900;
192
192
  font-style: normal;
193
193
  font-display: swap;
194
194
  }
195
195
  @font-face {
196
196
  font-family: 'Montserrat';
197
- src: url('../fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
197
+ src: url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
198
198
  font-weight: 900;
199
199
  font-style: italic;
200
200
  font-display: swap;
201
201
  }
202
202
  * {
203
- font-family: 'Montserrat', sans-serif;
203
+ font-family: 'Montserrat';
204
204
  }
205
205
  /*simple text*/
206
206
  /*descriptor*/