Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
458 Bytes
import { defineTokens } from "../../styled-system"
const fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`
export const fonts = defineTokens.fonts({
heading: {
value: `Inter, ${fallback}`,
},
body: {
value: `Inter, ${fallback}`,
},
mono: {
value: `SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace`,
},
})