diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css
index 387e9f7..2edfcd5 100644
--- a/assets/css/tailwind.css
+++ b/assets/css/tailwind.css
@@ -1,4 +1,4 @@
body {
- font-family: sans-serif;
+ font-family: 'Work Sans', sans-serif;
@apply bg-secondary-100 text-primary-100;
}
diff --git a/components/LandingPage.vue b/components/LandingPage.vue
new file mode 100644
index 0000000..7ebabf1
--- /dev/null
+++ b/components/LandingPage.vue
@@ -0,0 +1,7 @@
+
+ Landing Page
+
+
+
diff --git a/nuxt.config.js b/nuxt.config.js
index d75df17..fec2d16 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -11,7 +11,7 @@ export default {
{ hid: 'description', name: 'description', content: '' },
{ name: 'format-detection', content: 'telephone=no' },
],
- link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
+ link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.png' }],
},
// Global CSS: https://go.nuxtjs.dev/config-css
@@ -56,4 +56,15 @@ export default {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {},
+
+ googleFonts: {
+ download: true,
+ families: {
+ Roboto: true,
+ 'Work+Sans': {
+ wght: [500, 700],
+ ital: [500, 700],
+ },
+ },
+ },
}
diff --git a/package.json b/package.json
index 221105a..99a30ed 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"@commitlint/config-conventional": "^12.1.4",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
+ "@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/tailwindcss": "^4.2.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
@@ -37,4 +38,4 @@
"postcss": "^8.3.5",
"prettier": "^2.3.2"
}
-}
\ No newline at end of file
+}
diff --git a/pages/index.vue b/pages/index.vue
index 39093b5..5a11996 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,5 +1,5 @@
- Hello World!
+