mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🔨 Bug fixes, new svgs & new improvements
This commit is contained in:
@@ -6,3 +6,6 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ const theme = extendTheme(
|
||||
},
|
||||
fonts: {
|
||||
body: "Inter-Medium, sans-serif",
|
||||
heading: "Poppins-Regular, sans-serif",
|
||||
heading: "Inter-Medium, sans-serif",
|
||||
},
|
||||
styles: {
|
||||
global: (props) => ({
|
||||
|
||||
Reference in New Issue
Block a user