mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-09 08:44:36 +00:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@tailwind variants;
|
|
|
|
/* vintage theme */
|
|
@font-face {
|
|
font-family: 'Abril Fatface';
|
|
src: url('/fonts/AbrilFatface.ttf');
|
|
font-display: swap;
|
|
}
|