mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
24 lines
379 B
Plaintext
24 lines
379 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;
|
|
}
|
|
|
|
.text-stroke {
|
|
text-shadow:
|
|
-1px -1px 0 #000,
|
|
1px -1px 0 #000,
|
|
-1px 1px 0 #000,
|
|
1px 1px 0 #000,
|
|
-1px 0 0 #000,
|
|
1px 0 0 #000,
|
|
0 -1px 0 #000,
|
|
0 1px 0 #000;
|
|
}
|