-
![Tile]()
+
+
+
+
{{ tile }}
+
diff --git a/tailwind.config.js b/tailwind.config.js
index e407a67..a756f14 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,6 +3,10 @@ export default {
content: [],
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
+ fontFamily: {
+ 'titles': ['Poppins', 'serif'],
+ 'default': ['Inter', 'serif']
+ },
extend: {
colors: {
red: {