mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
New design, new icons and license added
This commit is contained in:
+2
-2
@@ -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
@@ -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),
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user