UNPKG

@maggioli-design-system/design-tokens

Version:

This is the Design Token library of Maggioli Design System, here you'll find all the visual data used around the libraries.

45 lines (42 loc) 672 B
/* @magma-design-system/design-tokens v13.7.1 Generated by Style Dictionary Do not edit directly Generated at Tue, 03 Jun 2025 08:08:46 GMT */ const fontFamily = { "leading": [ ], "fontSize": [ ], "title": [ "Roboto", "system-ui", "-apple-system", "BlinkMacSystemFont", "'Segoe UI'", "sans-serif", ], "info": [ "Karla", "system-ui", "-apple-system", "BlinkMacSystemFont", "'Segoe UI'", "sans-serif", ], "read": [ "'Merriweather'", "Times", "'Times New Roman'", "serif", ], "code": [ "'Roboto Mono'", "'Courier New'", "monospace", ], } module.exports = { fontFamily, }