Files
bigcapital/shared/pdf-templates/src/constants.ts
2024-12-05 14:47:11 +02:00

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,
}