From daad180ab857f640e2bc27a30caec4715368d6d5 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sun, 18 Dec 2022 20:52:07 +0600 Subject: [PATCH] font change to ibm Signed-off-by: nurRiyad --- assets/css/tailwind.css | 2 ++ components/ArchievCard.vue | 2 +- components/ArchivePostCard.vue | 2 +- components/FooterCom.vue | 2 +- components/NavbarCom.vue | 21 ++++----------------- components/OneLineCard.vue | 2 +- components/content/InfoComponent.vue | 2 +- pages/archive.vue | 2 +- pages/index.vue | 2 +- pages/latest.vue | 2 +- pages/{category => tags}/[topic].vue | 2 +- pages/{category => tags}/index.vue | 4 ++-- tailwind.config.ts | 1 + 13 files changed, 18 insertions(+), 28 deletions(-) rename pages/{category => tags}/[topic].vue (86%) rename pages/{category => tags}/index.vue (81%) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index dc091a6..2579be3 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,5 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;400;600&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap"); + @tailwind base; @tailwind components; @tailwind utilities; diff --git a/components/ArchievCard.vue b/components/ArchievCard.vue index 9e98c9a..98d6e6d 100644 --- a/components/ArchievCard.vue +++ b/components/ArchievCard.vue @@ -1,5 +1,5 @@