mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
feat: v2 website
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
@import "tailwindcss";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@theme {
|
||||
/* color */
|
||||
--color-background: #111111;
|
||||
--color-foreground: #bbbbbb;
|
||||
|
||||
/* font-family */
|
||||
--font-raleway: "Raleway";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user