@apify/docs-theme 1.0.118 → 1.0.120

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.118",
3
+ "version": "1.0.120",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -340,11 +340,9 @@ body {
340
340
  }
341
341
 
342
342
  @font-face {
343
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
344
- 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
345
- 'Helvetica Neue', sans-serif;
343
+ font-family: 'Lota Grotesque';
346
344
  src: url('/font/lota.woff2') format('woff2'),
347
- url('/font/lota.woff') format('woff');
345
+ url('/font/lota.woff') format('woff');
348
346
  font-weight: 600;
349
347
  }
350
348