sequenceserver 2.0.0.rc8 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/bin/sequenceserver +22 -30
  3. data/lib/sequenceserver/api_errors.rb +5 -1
  4. data/lib/sequenceserver/blast/constants.rb +1 -1
  5. data/lib/sequenceserver/blast/hit.rb +5 -16
  6. data/lib/sequenceserver/blast/job.rb +9 -18
  7. data/lib/sequenceserver/blast/report.rb +5 -3
  8. data/lib/sequenceserver/config.rb +4 -1
  9. data/lib/sequenceserver/database.rb +69 -9
  10. data/lib/sequenceserver/job.rb +1 -1
  11. data/lib/sequenceserver/makeblastdb.rb +40 -45
  12. data/lib/sequenceserver/routes.rb +4 -0
  13. data/lib/sequenceserver/version.rb +1 -1
  14. data/lib/sequenceserver.rb +15 -11
  15. data/public/config.js +143 -142
  16. data/public/css/fonts.css +23 -22
  17. data/public/css/grapher.css +598 -594
  18. data/public/css/sequenceserver.css +86 -24
  19. data/public/css/sequenceserver.min.css +2 -2
  20. data/public/js/alignment_exporter.js +14 -14
  21. data/public/js/databases_tree.js +215 -0
  22. data/public/js/download_fasta.js +1 -1
  23. data/public/js/hit.js +6 -2
  24. data/public/js/hits_overview.js +1 -1
  25. data/public/js/length_distribution.js +5 -5
  26. data/public/js/query.js +4 -7
  27. data/public/js/report.js +12 -24
  28. data/public/js/search.js +21 -2
  29. data/public/js/sidebar.js +4 -4
  30. data/public/js/svgExporter.js +12 -12
  31. data/public/js/visualisation_helpers.js +4 -5
  32. data/public/sequenceserver-report.min.js +11 -11
  33. data/public/sequenceserver-search.min.js +15 -11
  34. data/public/vendor/github/vakata/jstree@3.3.8/LICENSE-MIT +22 -0
  35. data/public/vendor/github/vakata/jstree@3.3.8/README.md +663 -0
  36. data/public/vendor/github/vakata/jstree@3.3.8/bower.json +33 -0
  37. data/public/vendor/github/vakata/jstree@3.3.8/component.json +28 -0
  38. data/public/vendor/github/vakata/jstree@3.3.8/composer.json +46 -0
  39. data/public/vendor/github/vakata/jstree@3.3.8/demo/README.md +2 -0
  40. data/public/vendor/github/vakata/jstree@3.3.8/demo/basic/index.html +146 -0
  41. data/public/vendor/github/vakata/jstree@3.3.8/demo/basic/root.json +1 -0
  42. data/public/vendor/github/vakata/jstree@3.3.8/dist/jstree.js +8612 -0
  43. data/public/vendor/github/vakata/jstree@3.3.8/dist/jstree.min.js +6 -0
  44. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default/32px.png +0 -0
  45. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default/40px.png +0 -0
  46. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default/style.css +1102 -0
  47. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default/style.min.css +1 -0
  48. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default/throbber.gif +0 -0
  49. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default-dark/32px.png +0 -0
  50. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default-dark/40px.png +0 -0
  51. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default-dark/style.css +1146 -0
  52. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default-dark/style.min.css +1 -0
  53. data/public/vendor/github/vakata/jstree@3.3.8/dist/themes/default-dark/throbber.gif +0 -0
  54. data/public/vendor/github/vakata/jstree@3.3.8/gruntfile.js +242 -0
  55. data/public/vendor/github/vakata/jstree@3.3.8/jstree.jquery.json +28 -0
  56. data/public/vendor/github/vakata/jstree@3.3.8/package.json +58 -0
  57. data/public/vendor/github/vakata/jstree@3.3.8/src/intro.js +14 -0
  58. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.changed.js +69 -0
  59. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.checkbox.js +976 -0
  60. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.conditionalselect.js +38 -0
  61. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.contextmenu.js +661 -0
  62. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.dnd.js +669 -0
  63. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.js +4931 -0
  64. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.massload.js +137 -0
  65. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.search.js +421 -0
  66. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.sort.js +74 -0
  67. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.state.js +138 -0
  68. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.types.js +372 -0
  69. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.unique.js +164 -0
  70. data/public/vendor/github/vakata/jstree@3.3.8/src/jstree.wholerow.js +122 -0
  71. data/public/vendor/github/vakata/jstree@3.3.8/src/misc.js +656 -0
  72. data/public/vendor/github/vakata/jstree@3.3.8/src/outro.js +1 -0
  73. data/public/vendor/github/vakata/jstree@3.3.8/src/sample.js +93 -0
  74. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/base.less +93 -0
  75. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default/32px.png +0 -0
  76. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default/40px.png +0 -0
  77. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default/style.css +1102 -0
  78. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default/style.less +22 -0
  79. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default/throbber.gif +0 -0
  80. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default-dark/32px.png +0 -0
  81. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default-dark/40px.png +0 -0
  82. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default-dark/style.css +1146 -0
  83. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default-dark/style.less +50 -0
  84. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/default-dark/throbber.gif +0 -0
  85. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/main.less +77 -0
  86. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/mixins.less +104 -0
  87. data/public/vendor/github/vakata/jstree@3.3.8/src/themes/responsive.less +67 -0
  88. data/public/vendor/github/vakata/jstree@3.3.8/src/vakata-jstree.js +38 -0
  89. data/public/vendor/github/vakata/jstree@3.3.8/test/unit/index.html +16 -0
  90. data/public/vendor/github/vakata/jstree@3.3.8/test/unit/libs/qunit.css +244 -0
  91. data/public/vendor/github/vakata/jstree@3.3.8/test/unit/libs/qunit.js +2212 -0
  92. data/public/vendor/github/vakata/jstree@3.3.8/test/unit/test.js +11 -0
  93. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/desktop/index.html +44 -0
  94. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/mobile/index.html +42 -0
  95. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/screenshots/desktop/desktop.png +0 -0
  96. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/screenshots/desktop/home.png +0 -0
  97. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/screenshots/mobile/home.png +0 -0
  98. data/public/vendor/github/vakata/jstree@3.3.8/test/visual/screenshots/mobile/mobile.png +0 -0
  99. data/public/vendor/github/vakata/jstree@3.3.8.js +3 -0
  100. data/public/vendor/system-csp-production.js +3 -3
  101. data/public/vendor/system-csp-production.js.map +1 -1
  102. data/public/vendor/system-csp-production.src.js +146 -140
  103. data/public/vendor/system-polyfills.js.map +1 -1
  104. data/public/vendor/system-polyfills.src.js +1 -0
  105. data/public/vendor/system.js +3 -3
  106. data/public/vendor/system.js.map +1 -1
  107. data/public/vendor/system.src.js +4771 -2383
  108. data/views/_options.erb +21 -0
  109. data/views/layout.erb +17 -18
  110. metadata +102 -43
  111. data/bin/chromedriver +0 -0
  112. data/bin/geckodriver +0 -0
  113. data/public/shims/form-core.js +0 -3
  114. data/public/shims/form-validation.js +0 -3
  115. data/public/shims/plugins/jquery.ui.position.js +0 -13
  116. data/public/shims/styles/shim.css +0 -1
data/public/config.js CHANGED
@@ -1,146 +1,147 @@
1
1
  System.config({
2
- defaultJSExtensions: true,
3
- transpiler: "babel",
4
- babelOptions: {
5
- "optional": [
6
- "runtime",
7
- "optimisation.modules.system"
8
- ],
9
- "blacklist": [
10
- "strict"
11
- ]
12
- },
13
- paths: {
14
- "github:*": "vendor/github/*",
15
- "npm:*": "vendor/npm/*"
16
- },
17
-
18
- map: {
19
- "babel": "npm:babel-core@5.8.23",
20
- "babel-runtime": "npm:babel-runtime@5.8.20",
21
- "bootstrap": "github:twbs/bootstrap@3.3.5",
22
- "core-js": "npm:core-js@1.1.2",
23
- "d3": "github:mbostock/d3@3.5.6",
24
- "font-awesome": "npm:font-awesome@4.4.0",
25
- "jquery": "github:components/jquery@2.1.4",
26
- "jquery-ui": "github:components/jqueryui@1.11.4",
27
- "nicgirault/circosJs": "github:nicgirault/circosJs@1.7.0",
28
- "react": "npm:react@0.13.3",
29
- "underscore": "npm:underscore@1.8.3",
30
- "webshim": "npm:webshim@1.15.8",
31
- "github:components/jqueryui@1.11.4": {
32
- "jquery": "github:components/jquery@2.1.4"
33
- },
34
- "github:jspm/nodelibs-buffer@0.1.0": {
35
- "buffer": "npm:buffer@3.4.3"
36
- },
37
- "github:jspm/nodelibs-events@0.1.1": {
38
- "events": "npm:events@1.0.2"
39
- },
40
- "github:jspm/nodelibs-path@0.1.0": {
41
- "path-browserify": "npm:path-browserify@0.0.0"
42
- },
43
- "github:jspm/nodelibs-process@0.1.1": {
44
- "process": "npm:process@0.10.1"
45
- },
46
- "github:jspm/nodelibs-stream@0.1.0": {
47
- "stream-browserify": "npm:stream-browserify@1.0.0"
48
- },
49
- "github:jspm/nodelibs-util@0.1.0": {
50
- "util": "npm:util@0.10.3"
51
- },
52
- "github:twbs/bootstrap@3.3.5": {
53
- "jquery": "github:components/jquery@2.1.4"
54
- },
55
- "npm:amdefine@1.0.0": {
56
- "fs": "github:jspm/nodelibs-fs@0.1.2",
57
- "module": "github:jspm/nodelibs-module@0.1.0",
58
- "path": "github:jspm/nodelibs-path@0.1.0",
59
- "process": "github:jspm/nodelibs-process@0.1.1"
60
- },
61
- "npm:babel-runtime@5.8.20": {
62
- "process": "github:jspm/nodelibs-process@0.1.1"
63
- },
64
- "npm:buffer@3.4.3": {
65
- "base64-js": "npm:base64-js@0.0.8",
66
- "ieee754": "npm:ieee754@1.1.6",
67
- "is-array": "npm:is-array@1.0.1"
68
- },
69
- "npm:core-js@1.1.2": {
70
- "fs": "github:jspm/nodelibs-fs@0.1.2",
71
- "process": "github:jspm/nodelibs-process@0.1.1",
72
- "systemjs-json": "github:systemjs/plugin-json@0.1.0"
73
- },
74
- "npm:core-util-is@1.0.1": {
75
- "buffer": "github:jspm/nodelibs-buffer@0.1.0"
76
- },
77
- "npm:envify@3.4.0": {
78
- "jstransform": "npm:jstransform@10.1.0",
79
- "process": "github:jspm/nodelibs-process@0.1.1",
80
- "through": "npm:through@2.3.8"
2
+ defaultJSExtensions: true,
3
+ transpiler: 'babel',
4
+ babelOptions: {
5
+ 'optional': [
6
+ 'runtime',
7
+ 'optimisation.modules.system'
8
+ ],
9
+ 'blacklist': [
10
+ 'strict'
11
+ ]
12
+ },
13
+ paths: {
14
+ 'github:*': 'vendor/github/*',
15
+ 'npm:*': 'vendor/npm/*'
81
16
  },
82
- "npm:esprima-fb@13001.1001.0-dev-harmony-fb": {
83
- "fs": "github:jspm/nodelibs-fs@0.1.2",
84
- "process": "github:jspm/nodelibs-process@0.1.1"
85
- },
86
- "npm:font-awesome@4.4.0": {
87
- "css": "github:systemjs/plugin-css@0.1.15"
88
- },
89
- "npm:inherits@2.0.1": {
90
- "util": "github:jspm/nodelibs-util@0.1.0"
91
- },
92
- "npm:jstransform@10.1.0": {
93
- "base62": "npm:base62@0.1.1",
94
- "buffer": "github:jspm/nodelibs-buffer@0.1.0",
95
- "esprima-fb": "npm:esprima-fb@13001.1001.0-dev-harmony-fb",
96
- "fs": "github:jspm/nodelibs-fs@0.1.2",
97
- "process": "github:jspm/nodelibs-process@0.1.1",
98
- "source-map": "npm:source-map@0.1.31"
99
- },
100
- "npm:path-browserify@0.0.0": {
101
- "process": "github:jspm/nodelibs-process@0.1.1"
102
- },
103
- "npm:react@0.13.3": {
104
- "buffer": "github:jspm/nodelibs-buffer@0.1.0",
105
- "envify": "npm:envify@3.4.0",
106
- "process": "github:jspm/nodelibs-process@0.1.1"
107
- },
108
- "npm:readable-stream@1.1.13": {
109
- "buffer": "github:jspm/nodelibs-buffer@0.1.0",
110
- "core-util-is": "npm:core-util-is@1.0.1",
111
- "events": "github:jspm/nodelibs-events@0.1.1",
112
- "inherits": "npm:inherits@2.0.1",
113
- "isarray": "npm:isarray@0.0.1",
114
- "process": "github:jspm/nodelibs-process@0.1.1",
115
- "stream-browserify": "npm:stream-browserify@1.0.0",
116
- "string_decoder": "npm:string_decoder@0.10.31"
117
- },
118
- "npm:source-map@0.1.31": {
119
- "amdefine": "npm:amdefine@1.0.0",
120
- "fs": "github:jspm/nodelibs-fs@0.1.2",
121
- "path": "github:jspm/nodelibs-path@0.1.0",
122
- "process": "github:jspm/nodelibs-process@0.1.1"
123
- },
124
- "npm:stream-browserify@1.0.0": {
125
- "events": "github:jspm/nodelibs-events@0.1.1",
126
- "inherits": "npm:inherits@2.0.1",
127
- "readable-stream": "npm:readable-stream@1.1.13"
128
- },
129
- "npm:string_decoder@0.10.31": {
130
- "buffer": "github:jspm/nodelibs-buffer@0.1.0"
131
- },
132
- "npm:through@2.3.8": {
133
- "process": "github:jspm/nodelibs-process@0.1.1",
134
- "stream": "github:jspm/nodelibs-stream@0.1.0"
135
- },
136
- "npm:util@0.10.3": {
137
- "inherits": "npm:inherits@2.0.1",
138
- "process": "github:jspm/nodelibs-process@0.1.1"
139
- },
140
- "npm:webshim@1.15.8": {
141
- "fs": "github:jspm/nodelibs-fs@0.1.2",
142
- "path": "github:jspm/nodelibs-path@0.1.0",
143
- "process": "github:jspm/nodelibs-process@0.1.1"
17
+
18
+ map: {
19
+ 'babel': 'npm:babel-core@5.8.23',
20
+ 'babel-runtime': 'npm:babel-runtime@5.8.20',
21
+ 'bootstrap': 'github:twbs/bootstrap@3.3.5',
22
+ 'core-js': 'npm:core-js@1.1.2',
23
+ 'd3': 'github:mbostock/d3@3.5.6',
24
+ 'font-awesome': 'npm:font-awesome@4.4.0',
25
+ 'jquery': 'github:components/jquery@2.1.4',
26
+ 'jquery-ui': 'github:components/jqueryui@1.11.4',
27
+ 'nicgirault/circosJs': 'github:nicgirault/circosJs@1.7.0',
28
+ 'react': 'npm:react@0.13.3',
29
+ 'underscore': 'npm:underscore@1.8.3',
30
+ 'vakata/jstree': 'github:vakata/jstree@3.3.8',
31
+ 'webshim': 'npm:webshim@1.15.8',
32
+ 'github:components/jqueryui@1.11.4': {
33
+ 'jquery': 'github:components/jquery@2.1.4'
34
+ },
35
+ 'github:jspm/nodelibs-buffer@0.1.0': {
36
+ 'buffer': 'npm:buffer@3.4.3'
37
+ },
38
+ 'github:jspm/nodelibs-events@0.1.1': {
39
+ 'events': 'npm:events@1.0.2'
40
+ },
41
+ 'github:jspm/nodelibs-path@0.1.0': {
42
+ 'path-browserify': 'npm:path-browserify@0.0.0'
43
+ },
44
+ 'github:jspm/nodelibs-process@0.1.1': {
45
+ 'process': 'npm:process@0.10.1'
46
+ },
47
+ 'github:jspm/nodelibs-stream@0.1.0': {
48
+ 'stream-browserify': 'npm:stream-browserify@1.0.0'
49
+ },
50
+ 'github:jspm/nodelibs-util@0.1.0': {
51
+ 'util': 'npm:util@0.10.3'
52
+ },
53
+ 'github:twbs/bootstrap@3.3.5': {
54
+ 'jquery': 'github:components/jquery@2.1.4'
55
+ },
56
+ 'npm:amdefine@1.0.0': {
57
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
58
+ 'module': 'github:jspm/nodelibs-module@0.1.0',
59
+ 'path': 'github:jspm/nodelibs-path@0.1.0',
60
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
61
+ },
62
+ 'npm:babel-runtime@5.8.20': {
63
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
64
+ },
65
+ 'npm:buffer@3.4.3': {
66
+ 'base64-js': 'npm:base64-js@0.0.8',
67
+ 'ieee754': 'npm:ieee754@1.1.6',
68
+ 'is-array': 'npm:is-array@1.0.1'
69
+ },
70
+ 'npm:core-js@1.1.2': {
71
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
72
+ 'process': 'github:jspm/nodelibs-process@0.1.1',
73
+ 'systemjs-json': 'github:systemjs/plugin-json@0.1.0'
74
+ },
75
+ 'npm:core-util-is@1.0.1': {
76
+ 'buffer': 'github:jspm/nodelibs-buffer@0.1.0'
77
+ },
78
+ 'npm:envify@3.4.0': {
79
+ 'jstransform': 'npm:jstransform@10.1.0',
80
+ 'process': 'github:jspm/nodelibs-process@0.1.1',
81
+ 'through': 'npm:through@2.3.8'
82
+ },
83
+ 'npm:esprima-fb@13001.1001.0-dev-harmony-fb': {
84
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
85
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
86
+ },
87
+ 'npm:font-awesome@4.4.0': {
88
+ 'css': 'github:systemjs/plugin-css@0.1.15'
89
+ },
90
+ 'npm:inherits@2.0.1': {
91
+ 'util': 'github:jspm/nodelibs-util@0.1.0'
92
+ },
93
+ 'npm:jstransform@10.1.0': {
94
+ 'base62': 'npm:base62@0.1.1',
95
+ 'buffer': 'github:jspm/nodelibs-buffer@0.1.0',
96
+ 'esprima-fb': 'npm:esprima-fb@13001.1001.0-dev-harmony-fb',
97
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
98
+ 'process': 'github:jspm/nodelibs-process@0.1.1',
99
+ 'source-map': 'npm:source-map@0.1.31'
100
+ },
101
+ 'npm:path-browserify@0.0.0': {
102
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
103
+ },
104
+ 'npm:react@0.13.3': {
105
+ 'buffer': 'github:jspm/nodelibs-buffer@0.1.0',
106
+ 'envify': 'npm:envify@3.4.0',
107
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
108
+ },
109
+ 'npm:readable-stream@1.1.13': {
110
+ 'buffer': 'github:jspm/nodelibs-buffer@0.1.0',
111
+ 'core-util-is': 'npm:core-util-is@1.0.1',
112
+ 'events': 'github:jspm/nodelibs-events@0.1.1',
113
+ 'inherits': 'npm:inherits@2.0.1',
114
+ 'isarray': 'npm:isarray@0.0.1',
115
+ 'process': 'github:jspm/nodelibs-process@0.1.1',
116
+ 'stream-browserify': 'npm:stream-browserify@1.0.0',
117
+ 'string_decoder': 'npm:string_decoder@0.10.31'
118
+ },
119
+ 'npm:source-map@0.1.31': {
120
+ 'amdefine': 'npm:amdefine@1.0.0',
121
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
122
+ 'path': 'github:jspm/nodelibs-path@0.1.0',
123
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
124
+ },
125
+ 'npm:stream-browserify@1.0.0': {
126
+ 'events': 'github:jspm/nodelibs-events@0.1.1',
127
+ 'inherits': 'npm:inherits@2.0.1',
128
+ 'readable-stream': 'npm:readable-stream@1.1.13'
129
+ },
130
+ 'npm:string_decoder@0.10.31': {
131
+ 'buffer': 'github:jspm/nodelibs-buffer@0.1.0'
132
+ },
133
+ 'npm:through@2.3.8': {
134
+ 'process': 'github:jspm/nodelibs-process@0.1.1',
135
+ 'stream': 'github:jspm/nodelibs-stream@0.1.0'
136
+ },
137
+ 'npm:util@0.10.3': {
138
+ 'inherits': 'npm:inherits@2.0.1',
139
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
140
+ },
141
+ 'npm:webshim@1.15.8': {
142
+ 'fs': 'github:jspm/nodelibs-fs@0.1.2',
143
+ 'path': 'github:jspm/nodelibs-path@0.1.0',
144
+ 'process': 'github:jspm/nodelibs-process@0.1.1'
145
+ }
144
146
  }
145
- }
146
147
  });
data/public/css/fonts.css CHANGED
@@ -3,28 +3,29 @@
3
3
  * http://stackoverflow.com/questions/11002820/why-should-we-include-ttf-eot-woff-svg-in-a-font-face
4
4
  * */
5
5
  @font-face {
6
- font-family: 'Source Sans Pro';
7
- font-style: normal;
8
- font-weight: 400;
9
- src:
10
- local('Source Sans Pro'),
11
- local('SourceSansPro-Regular'),
12
- url('../fonts/Source_Sans_Pro_400.woff2') format('woff2'),
13
- url('../fonts/Source_Sans_Pro_400.woff') format('woff'),
14
- url('../fonts/Source_Sans_Pro_400.ttf') format('truetype'),
15
- url('../fonts/Source_Sans_Pro_400.svg') format('svg'),
16
- url('../fonts/Source_Sans_Pro_400.eot') format('embedded-opentype');
6
+ font-family: 'Source Sans Pro';
7
+ font-style: normal;
8
+ font-weight: 400;
9
+ src:
10
+ local('Source Sans Pro'),
11
+ local('SourceSansPro-Regular'),
12
+ url('../fonts/Source_Sans_Pro_400.woff2') format('woff2'),
13
+ url('../fonts/Source_Sans_Pro_400.woff') format('woff'),
14
+ url('../fonts/Source_Sans_Pro_400.ttf') format('truetype'),
15
+ url('../fonts/Source_Sans_Pro_400.svg') format('svg'),
16
+ url('../fonts/Source_Sans_Pro_400.eot') format('embedded-opentype');
17
17
  }
18
+
18
19
  @font-face {
19
- font-family: 'Source Sans Pro';
20
- font-style: normal;
21
- font-weight: 700;
22
- src:
23
- local('Source Sans Pro Bold'),
24
- local('SourceSansPro-Bold'),
25
- url('../fonts/Source_Sans_Pro_700.woff2') format('woff2'),
26
- url('../fonts/Source_Sans_Pro_700.woff') format('woff'),
27
- url('../fonts/Source_Sans_Pro_700.ttf') format('truetype'),
28
- url('../fonts/Source_Sans_Pro_700.svg') format('svg'),
29
- url('../fonts/Source_Sans_Pro_700.eot') format('embedded-opentype');
20
+ font-family: 'Source Sans Pro';
21
+ font-style: normal;
22
+ font-weight: 700;
23
+ src:
24
+ local('Source Sans Pro Bold'),
25
+ local('SourceSansPro-Bold'),
26
+ url('../fonts/Source_Sans_Pro_700.woff2') format('woff2'),
27
+ url('../fonts/Source_Sans_Pro_700.woff') format('woff'),
28
+ url('../fonts/Source_Sans_Pro_700.ttf') format('truetype'),
29
+ url('../fonts/Source_Sans_Pro_700.svg') format('svg'),
30
+ url('../fonts/Source_Sans_Pro_700.eot') format('embedded-opentype');
30
31
  }