qms-angular 1.0.97 → 1.0.98

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.
@@ -8,7 +8,7 @@
8
8
  display: block;
9
9
  padding-top: $qms-list-top;
10
10
  -webkit-tap-highlight-color: transparent;
11
- font-family: Open Sans;
11
+ font-family: 'Open Sans';
12
12
  }
13
13
 
14
14
  .qms-list-item {
@@ -154,7 +154,7 @@ img.leading-icon {
154
154
  color: $subtitle-color;
155
155
  font-weight: $subtitle-weight;
156
156
  font-size: $size-md;
157
- font-family: "Raleway";
157
+ font-family: 'Open Sans';
158
158
 
159
159
  &.size-sm {
160
160
  @include size($size-sm);