UNPKG

vt-tw

Version:

A fully initialized React Vite + Tailwind CSS starter template to kickstart modern front-end projects. This package provides an optimized and minimal boilerplate with fast development, zero-config setup, and best practices.

20 lines (16 loc) 423 B
@import "tailwindcss"; @font-face { font-family: sansheavy; src: url(./assets/fonts/sans/SF-Pro-Display-Bold.otf); } @font-face { font-family: sansnormal; src: url(./assets/fonts/louis/Louis-George-Cafe.ttf); } @theme { /* fonts */ --font-sansheavy: "sansheavy", sans-serif; --font-sansnormal: "sansnormal", sans-serif; /* colors */ --color-dark: #0C0C0C; }