All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.theme.tokens.fonts.cjs Maven / Gradle / Ivy

"use strict";
'use strict';

var config = require('../../styled-system/config.cjs');

const fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`;
const fonts = config.defineTokens.fonts({
  heading: {
    value: `Inter, ${fallback}`
  },
  body: {
    value: `Inter, ${fallback}`
  },
  mono: {
    value: `SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace`
  }
});

exports.fonts = fonts;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy