Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit df5b474

Browse files
committed
Merge branch 'master' of github.com:NilFoundation/docs.nil.foundation into ui-kit
2 parents 56d9468 + 7a192f7 commit df5b474

File tree

22 files changed

+3
-433
lines changed

22 files changed

+3
-433
lines changed

nil-docs/src/css/custom.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
@font-face {
15-
font-family: 'Ebrima';
16-
src: url('../../static/fonts/ebrima.ttf');
15+
font-family: 'HelveticaNeue';
16+
src: url('../../static/fonts/HelveticaNeue-Regular.otf');
1717
}
1818

1919
/* You can override the default Infima variables here. */
@@ -30,7 +30,7 @@
3030
--ifm-color-primary-lightest: #3cad6e;
3131
--ifm-code-font-size: 95%;
3232
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
33-
--ifm-font-family-base: 'Ebrima';
33+
--ifm-font-family-base: 'HelveticaNeue';
3434
}
3535

3636
/* For readability concerns, you should choose a lighter palette in dark mode. */

nil-docs/src/theme/Navbar/ColorModeToggle/index.tsx

-28
This file was deleted.

nil-docs/src/theme/Navbar/ColorModeToggle/styles.module.css

-3
This file was deleted.

nil-docs/src/theme/Navbar/Content/index.tsx

-90
This file was deleted.

nil-docs/src/theme/Navbar/Content/styles.module.css

-8
This file was deleted.

nil-docs/src/theme/Navbar/Layout/index.tsx

-56
This file was deleted.

nil-docs/src/theme/Navbar/Layout/styles.module.css

-7
This file was deleted.

nil-docs/src/theme/Navbar/Logo/index.tsx

-12
This file was deleted.

nil-docs/src/theme/Navbar/MobileSidebar/Header/index.tsx

-33
This file was deleted.

nil-docs/src/theme/Navbar/MobileSidebar/Layout/index.tsx

-24
This file was deleted.

nil-docs/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx

-31
This file was deleted.

nil-docs/src/theme/Navbar/MobileSidebar/SecondaryMenu/index.tsx

-32
This file was deleted.

nil-docs/src/theme/Navbar/MobileSidebar/Toggle/index.tsx

-23
This file was deleted.

0 commit comments

Comments
 (0)