UNPKG

struct-ui-components

Version:

A collection of reusable, customizable React components built with TypeScript, Tailwind CSS, and Storybook. Designed for modern UI development with flexibility and scalability.

10 lines (9 loc) 285 B
/* Font: Poppins */ @font-face { font-family: "Poppins"; /* url('poppins/Poppins-Regular.woff2') format('woff2'), url('poppins/Poppins-Regular.woff') format('woff'), */ src: url("./poppins/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; }