New design, new icons and license added

This commit is contained in:
pheralb
2022-02-18 17:19:05 +00:00
parent 2aa52b1143
commit 6d2bb21c3c
24 changed files with 1796 additions and 2633 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
@font-face {
font-family: "Eina-Regular";
src: url("/fonts/eina-01-regular.woff") format('woff');
font-family: "Inter-Regular";
src: url("/fonts/Inter-Regular.woff2") format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
+2 -2
View File
@@ -6,10 +6,10 @@ const theme = extendTheme({
global: (props) => ({
body: {
fontSize: "18px",
fontFamily: "Eina-Regular",
fontFamily: "Inter-Regular",
fontWeight: "light",
color: mode("#2b2c34", "whiteAlpha.900")(props),
bg: mode("#fffffe", "#16161a")(props),
bg: mode("#fbfbfb", "#16161a")(props),
},
}),
}