--- title: Fonts description: "List of tokens used for fonts." --- ## Usage ```tsx ``` ## Tokens | Token | Value | | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `body` | `"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', '游ゴシック体', YuGothic, 'YuGothic M', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'"` | | `heading` | `"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', '游ゴシック体', YuGothic, 'YuGothic M', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'"` | | `mono` | `"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', '游ゴシック体', YuGothic, 'YuGothic M', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'"` |