From 1ee8469223940b20f6bce48f5ee1e08c20bbed43 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Tue, 19 Feb 2019 19:02:13 +0530 Subject: [PATCH] feat: refactor, change font to inter --- components/ProfileList.vue | 61 +++++++++++++++++++++++++++++++------ components/ProjectList.vue | 6 ++-- components/TwitterEmbed.vue | 2 +- nuxt.config.js | 6 ++-- tailwind.config.js | 1 + 5 files changed, 60 insertions(+), 16 deletions(-) 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',