Compare commits
32 Commits
version_12
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 77ad3a0b37 | |||
| 349c115e89 | |||
| 809ccc9193 | |||
| bf8bfd8a5d | |||
| ea860cdf50 | |||
| 74a96d623f | |||
| 91513e41f7 | |||
| ea0e6eee6d | |||
| 94e133f4ea | |||
| 6b65cecff2 | |||
| 384392ed69 | |||
| 0da6a3d154 | |||
| b2890c65d9 | |||
| 74a95ef98b | |||
| f9c2a174d9 | |||
| 5a7feea8bd | |||
| ea91e1bed2 | |||
| 88003549e9 | |||
| 2b253ea67f | |||
| de7f7cf56d | |||
| 322f7a7b72 | |||
| c84d74c709 | |||
| 1a61302e9f | |||
| 66582b121c | |||
| 24ffc77b94 | |||
| ad11317192 | |||
| 4a37add1c2 | |||
| 184cce2dab | |||
| 19736c1111 | |||
| 1b200290b5 | |||
| 16b1b598a5 | |||
| 187eb15a15 |
@@ -8,6 +8,10 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +26,11 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0b07ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93b7ff;
|
||||
--background-accent: #a8bae8;
|
||||
--background: #011012;
|
||||
--card: #152840;
|
||||
--foreground: #e6f0ff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #010912;
|
||||
--secondary-cta: #0e1a29;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #3f5c79;
|
||||
--background-accent: #004a93;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user