active_frontend 16.1.3 → 16.1.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.
@@ -46,7 +46,7 @@
46
46
  labelFontColor: '#2a3e50',
47
47
  sectionColor: ['#054B8B', '#075FB0', '#0872D5', '#167eff', '#3298F7', '#57ABF9', '#7CDDFA'],
48
48
  pSectionColor: '#f7f8fd',
49
- font: "'Circular', Verdana, Tahoma, sans-serif",
49
+ font: "'Circular', '-apple-system', BlinkMacSystemFont, 'Segoe UI', Verdana, Tahoma, sans-serif",
50
50
  maxFontSize: 12,
51
51
  fontWeight: '700',
52
52
  sectionFontColor: '#ffffff',
@@ -501,7 +501,7 @@ GMaps.prototype.createControl = function (options) {
501
501
  control.style.cursor = 'pointer';
502
502
 
503
503
  if (options.disableDefaultStyles !== true) {
504
- control.style.fontFamily = '"Circular", Roboto, Arial, sans-serif';
504
+ control.style.fontFamily = "'Circular', '-apple-system', BlinkMacSystemFont, 'Segoe UI', Verdana, Tahoma, sans-serif";
505
505
  control.style.fontSize = '12px';
506
506
  control.style.boxShadow = 'rgba(0,0,0,0.298039) 0px 1px 4px -1px';
507
507
  }
@@ -124,9 +124,9 @@ $font-available-typography: (
124
124
  tiempos-headline: 'Tiempos Headline'
125
125
  );
126
126
  $font-families: (
127
- display: (Impact, Verdana, Tahoma, sans-serif),
127
+ display: (Impact, Verdana, Tahoma, '-apple-system', BlinkMacSystemFont, 'Segoe UI', sans-serif),
128
128
  monospace: (Courier, 'Courier New', 'Lucida Sans Typewriter', 'Ubuntu Mono', Consolas, Menlo, Monaco, monospace),
129
- sans-serif: ('Circular', Verdana, Tahoma, sans-serif),
129
+ sans-serif: ('Circular', '-apple-system', BlinkMacSystemFont, 'Segoe UI', Verdana, Tahoma, sans-serif),
130
130
  serif: ('Tiempos Headline', Georgia, 'Times New Roman', Times, serif)
131
131
  );
132
132
  $font-indents: (
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.3
4
+ version: 16.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-01 00:00:00.000000000 Z
11
+ date: 2018-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails