@apify/docs-theme 1.0.119 → 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 +1 -1
- package/src/theme/custom.css +0 -77
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -339,76 +339,6 @@ body {
|
|
|
339
339
|
line-height: 24px;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
@font-face {
|
|
343
|
-
font-family: -apple-system;
|
|
344
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
345
|
-
url('/font/lota.woff') format('woff');
|
|
346
|
-
font-weight: 600;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
@font-face {
|
|
350
|
-
font-family: BlinkMacSystemFont;
|
|
351
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
352
|
-
url('/font/lota.woff') format('woff');
|
|
353
|
-
font-weight: 600;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
@font-face {
|
|
357
|
-
font-family: 'Segoe UI';
|
|
358
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
359
|
-
url('/font/lota.woff') format('woff');
|
|
360
|
-
font-weight: 600;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
@font-face {
|
|
364
|
-
font-family: 'Roboto';
|
|
365
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
366
|
-
url('/font/lota.woff') format('woff');
|
|
367
|
-
font-weight: 600;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
@font-face {
|
|
371
|
-
font-family: 'Oxygen';
|
|
372
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
373
|
-
url('/font/lota.woff') format('woff');
|
|
374
|
-
font-weight: 600;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
@font-face {
|
|
378
|
-
font-family: 'Ubuntu';
|
|
379
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
380
|
-
url('/font/lota.woff') format('woff');
|
|
381
|
-
font-weight: 600;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
@font-face {
|
|
385
|
-
font-family: 'Cantarell';
|
|
386
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
387
|
-
url('/font/lota.woff') format('woff');
|
|
388
|
-
font-weight: 600;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
@font-face {
|
|
392
|
-
font-family: 'Fira Sans';
|
|
393
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
394
|
-
url('/font/lota.woff') format('woff');
|
|
395
|
-
font-weight: 600;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
@font-face {
|
|
399
|
-
font-family: 'Droid Sans';
|
|
400
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
401
|
-
url('/font/lota.woff') format('woff');
|
|
402
|
-
font-weight: 600;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
@font-face {
|
|
406
|
-
font-family: 'Helvetica Neue';
|
|
407
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
408
|
-
url('/font/lota.woff') format('woff');
|
|
409
|
-
font-weight: 600;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
342
|
@font-face {
|
|
413
343
|
font-family: 'Lota Grotesque';
|
|
414
344
|
src: url('/font/lota.woff2') format('woff2'),
|
|
@@ -416,13 +346,6 @@ body {
|
|
|
416
346
|
font-weight: 600;
|
|
417
347
|
}
|
|
418
348
|
|
|
419
|
-
@font-face {
|
|
420
|
-
font-family: sans-serif;
|
|
421
|
-
src: url('/font/lota.woff2') format('woff2'),
|
|
422
|
-
url('/font/lota.woff') format('woff');
|
|
423
|
-
font-weight: 600;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
349
|
.navbar__item {
|
|
427
350
|
font-weight: 500;
|
|
428
351
|
}
|