@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 +1 -1
- package/src/theme/custom.css +2 -4
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -340,11 +340,9 @@ body {
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
@font-face {
|
|
343
|
-
font-family:
|
|
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
|
-
|
|
345
|
+
url('/font/lota.woff') format('woff');
|
|
348
346
|
font-weight: 600;
|
|
349
347
|
}
|
|
350
348
|
|