@coyalabs/bts-style 1.3.13 → 1.3.15

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.
@@ -88,6 +88,7 @@
88
88
  .text[data-markdown='true'] :global(h6) {
89
89
  margin: 1.25rem 0 0.6rem;
90
90
  font-family: 'Noto Serif KR', serif;
91
+ font-weight: 900;
91
92
  color: #E3D8D8;
92
93
  line-height: 1.2;
93
94
  }
@@ -200,17 +201,17 @@
200
201
  }
201
202
  .text[data-variant='content'][data-markdown='true'] :global(h1) {
202
203
  font-size: calc(24px + var(--text-modifier));
203
- font-weight: calc(850 + var(--text-weight-modifier));
204
+ font-weight: calc(900 + var(--text-weight-modifier));
204
205
  }
205
206
  .text[data-variant='content'][data-markdown='true'] :global(h2) {
206
207
  font-size: calc(21px + var(--text-modifier));
207
- font-weight: calc(800 + var(--text-weight-modifier));
208
+ font-weight: calc(900 + var(--text-weight-modifier));
208
209
  }
209
210
  .text[data-variant='content'][data-markdown='true'] :global(h3),
210
211
  .text[data-variant='button'][data-markdown='true'] :global(h1),
211
212
  .text[data-variant='button'][data-markdown='true'] :global(h2),
212
213
  .text[data-variant='button'][data-markdown='true'] :global(h3) {
213
214
  font-size: calc(18px + var(--text-modifier));
214
- font-weight: calc(700 + var(--text-weight-modifier));
215
+ font-weight: calc(900 + var(--text-weight-modifier));
215
216
  }
216
217
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coyalabs/bts-style",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "description": "BTS Theme Svelte component templates",
5
5
  "type": "module",
6
6
  "exports": {