forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 16:55:37 -06:00
parent 0ee1752415
commit 04abda359a
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
.test {
@apply text-red-700 font-bold text-3xl;
}

View File

@ -19,6 +19,9 @@ module.exports = {
yellow: colors.amber,
blue: colors.sky
},
fontFamily: {
'font-heading': 'Delius Swash Caps'
},
extend: {
colors: {
gray: {