mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
11 lines
482 B
TypeScript
11 lines
482 B
TypeScript
import { defaultTheme } from "@xstyled/system";
|
|
|
|
export const OpenSansFontLink = `
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
|
`;
|
|
|
|
export const theme = {
|
|
...defaultTheme,
|
|
} |