diff --git a/components/ProfileList.vue b/components/ProfileList.vue index 9bbda79..9d86293 100644 --- a/components/ProfileList.vue +++ b/components/ProfileList.vue @@ -1,43 +1,78 @@ + Loading my tweets... Click me if you have content blocking on to view my twitter feed. diff --git a/nuxt.config.js b/nuxt.config.js index 67aa1cc..0f3cd43 100755 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -8,10 +8,12 @@ module.exports = { meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { hid: 'description', name: 'description', content: 'Personal Website of Rohan Verma' } + { name: 'theme-color', content: '#6574cd' }, + { hid: 'description', name: 'description', content: 'Personal Website of Rohan Verma' }, ], link: [ - { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, + { rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' } ] }, /* diff --git a/tailwind.config.js b/tailwind.config.js index 8ae2f48..e227eab 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -190,6 +190,7 @@ module.exports = { fonts: { 'sans': [ + 'Inter', 'system-ui', 'BlinkMacSystemFont', '-apple-system',