package.dist.esm.theme.tokens.fonts.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
Responsive and accessible React UI components built with React and Emotion
The newest version!
"use strict";
import { defineTokens } from '../../styled-system/config.js';
const fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`;
const fonts = defineTokens.fonts({
heading: {
value: `Inter, ${fallback}`
},
body: {
value: `Inter, ${fallback}`
},
mono: {
value: `SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace`
}
});
export { fonts };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy