tsm-ui
Version:
### Welcome to TSM-UI: Your Design System for Modern Web Development
16 lines (8 loc) • 731 B
text/mdx
import { Meta } from "@storybook/addon-docs";
import { fontWeights } from "tokens";
import { TokensGrid } from "../../components/TokensGrid";
<Meta title="Tokens/Font Weights" />
[](https://raw.githubusercontent.com/showC0de-proFile/logos/main/label-font-weights.svg)
# Font Weights
Font weights are an essential aspect of typography that contribute to the visual hierarchy and emphasis of text within your user interface. The ds-tsm Design System provides a set of predefined font weights that can be easily applied to your project, ensuring consistent and effective typography.
<TokensGrid tokens={fontWeights} />