@policystudio/policy-studio-ui-vue 1.1.12 → 1.1.13

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.
@@ -416,7 +416,7 @@ ul {
416
416
  */
417
417
 
418
418
  html {
419
- font-family: Lato; /* 1 */
419
+ font-family: Lato, sans-serif; /* 1 */
420
420
  line-height: 1.5; /* 2 */
421
421
  }
422
422
 
@@ -12881,7 +12881,7 @@ video {
12881
12881
  }
12882
12882
 
12883
12883
  .psui-font-sans{
12884
- font-family: Lato;
12884
+ font-family: Lato, sans-serif;
12885
12885
  }
12886
12886
 
12887
12887
  .psui-font-hairline{
@@ -30286,7 +30286,7 @@ html {
30286
30286
  }
30287
30287
 
30288
30288
  .sm\:psui-font-sans{
30289
- font-family: Lato;
30289
+ font-family: Lato, sans-serif;
30290
30290
  }
30291
30291
 
30292
30292
  .sm\:psui-font-hairline{
@@ -47481,7 +47481,7 @@ html {
47481
47481
  }
47482
47482
 
47483
47483
  .md\:psui-font-sans{
47484
- font-family: Lato;
47484
+ font-family: Lato, sans-serif;
47485
47485
  }
47486
47486
 
47487
47487
  .md\:psui-font-hairline{
@@ -64676,7 +64676,7 @@ html {
64676
64676
  }
64677
64677
 
64678
64678
  .lg\:psui-font-sans{
64679
- font-family: Lato;
64679
+ font-family: Lato, sans-serif;
64680
64680
  }
64681
64681
 
64682
64682
  .lg\:psui-font-hairline{
@@ -81871,7 +81871,7 @@ html {
81871
81871
  }
81872
81872
 
81873
81873
  .xl\:psui-font-sans{
81874
- font-family: Lato;
81874
+ font-family: Lato, sans-serif;
81875
81875
  }
81876
81876
 
81877
81877
  .xl\:psui-font-hairline{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -48,7 +48,7 @@ module.exports = {
48
48
  transparent: 'transparent',
49
49
  },
50
50
  fontFamily: {
51
- sans: ['Lato'],
51
+ sans: ['Lato', 'sans-serif'],
52
52
  },
53
53
  fontSize: {
54
54
  big: ['16px', '130%'],