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

Commit 611b796

Browse files
Merge pull request #24 from NilFoundation/ui-additions
additional ui work
2 parents 904187a + 357b438 commit 611b796

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nil-docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const config = {
103103
title: '=nil; Foundation',
104104
logo: {
105105
alt: '=nil; Foundation Logo',
106-
src: 'img/nil-logo.avif',
106+
src: 'img/nil-logo.png',
107107
},
108108
items: [
109109
{

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: 'HelveticaNeue';
16-
src: url('../../static/fonts/HelveticaNeue-Regular.otf');
15+
font-family: 'Ebrima';
16+
src: url('../../static/fonts/ebrima.ttf');
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: 'HelveticaNeue';
33+
--ifm-font-family-base: 'Ebrima';
3434
}
3535

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

nil-docs/static/fonts/ebrima.ttf

856 KB
Binary file not shown.

nil-docs/static/img/nil-logo.png

920 Bytes
Loading

0 commit comments

Comments
 (0)