Files
openpanel/packages/mui/src/theme/typography.ts
Stefan Pejcic 8496a83edb fork refine
2024-02-05 10:23:04 +01:00

18 lines
437 B
TypeScript

import type { TypographyVariantsOptions } from "@mui/material/styles";
export const typography: TypographyVariantsOptions = {
fontFamily: [
"Montserrat",
"-apple-system",
"BlinkMacSystemFont",
'"Segoe UI"',
"Roboto",
'"Helvetica Neue"',
"Arial",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
].join(","),
};