Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
typography.ts1.61 kB
import { defineTokens } from "@pandacss/dev"; export const fontSizes = defineTokens.fontSizes({ "2xs": { value: "0.5rem" }, xs: { value: "0.75rem" }, sm: { value: "0.875rem" }, md: { value: "1rem" }, lg: { value: "1.125rem" }, xl: { value: "1.25rem" }, "2xl": { value: "1.5rem" }, "3xl": { value: "1.875rem" }, "4xl": { value: "2.25rem" }, "5xl": { value: "3rem" }, "6xl": { value: "3.75rem" }, "7xl": { value: "4.5rem" }, "8xl": { value: "6rem" }, "9xl": { value: "8rem" }, }); export const fontWeights = defineTokens.fontWeights({ thin: { value: "100" }, extralight: { value: "200" }, light: { value: "300" }, normal: { value: "400" }, medium: { value: "500" }, semibold: { value: "600" }, bold: { value: "700" }, extrabold: { value: "800" }, black: { value: "900" }, }); export const letterSpacings = defineTokens.letterSpacings({ tighter: { value: "-0.05em" }, tight: { value: "-0.025em" }, normal: { value: "0em" }, wide: { value: "0.025em" }, wider: { value: "0.05em" }, widest: { value: "0.1em" }, }); export const lineHeights = defineTokens.lineHeights({ none: { value: "1" }, tight: { value: "1.25" }, normal: { value: "1.5" }, relaxed: { value: "1.75" }, loose: { value: "2" }, }); export const fonts = defineTokens.fonts({ inter: { value: "var(--font-inter)" }, interDisplay: { value: "var(--font-inter-display)" }, mono: { value: [ "ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", '"Liberation Mono"', '"Courier New"', "monospace", ], }, });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Southclaws/storyden'

If you have feedback or need assistance with the MCP directory API, please join our Discord server