@utahdts/utah-design-system 0.5.4 → 0.6.0-beta.0

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.
@@ -1,5 +1,8 @@
1
1
  @use "../1-settings/class-vars";
2
2
 
3
+ // icon google font settings:
4
+ // fill: 0, weight 400, grade 0, optical size: 20px
5
+
3
6
  /* Generated by Glyphter (http://www.glyphter.com) on Fri Jan 20 2023*/
4
7
  @font-face {
5
8
  font-family: 'utah design system';
@@ -32,7 +35,7 @@
32
35
  font-style: normal;
33
36
  font-weight: normal;
34
37
  line-height: 1;
35
- -webkit-font-smoothing: antialiased;
38
+ -webkit-font-smoothing: antialiased;
36
39
  -moz-osx-font-smoothing: grayscale;
37
40
  margin-right: var(--spacing-2xs);
38
41
  }
@@ -216,4 +219,9 @@
216
219
  .utds-icon-after-account::after {
217
220
  content: '\006a';
218
221
  }
222
+
223
+ .utds-icon-before-lock::before,
224
+ .utds-icon-after-lock::after {
225
+ content: '\006b';
226
+ }
219
227
  }
@@ -819,13 +819,13 @@ elemental html: h1, h2, h3, ul, li, etc.
819
819
 
820
820
  .utah-design-system h3 {
821
821
  font-size: var(--font-size-2xl);
822
- font-weight: var(--font-weight-semi-bold);
822
+ font-weight: var(--font-weight-normal);
823
823
  margin: 0;
824
824
  }
825
825
 
826
826
  .utah-design-system h4 {
827
827
  font-size: var(--font-size-l);
828
- font-weight: var(--font-weight-semi-bold);
828
+ font-weight: var(--font-weight-normal);
829
829
  margin: 0;
830
830
  }
831
831