UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

11 lines (9 loc) 248 B
function getFontStyles(theme) { return { WebkitFontSmoothing: "antialiased", MozOsxFontSmoothing: "grayscale", fontFamily: theme.fontFamily || "sans-serif" }; } export { getFontStyles }; //# sourceMappingURL=get-font-styles.js.map