From 18d89a5482b32d2ee38b94fc6182cc3535ef75cf Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 18 Jan 2023 19:50:35 +0530 Subject: Cosmetic & Content Changes * New Entry in Career Timeline * Changes header Fonts * Stylesheet changes (link font & font-family changes) --- src/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/css/styles.css') diff --git a/src/css/styles.css b/src/css/styles.css index 66c28be..a951211 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -1,6 +1,6 @@ @font-face { - font-family: "BUBBCB"; - src: url("./fonts/BUBBCB.TTF"); + font-family: "VGA437"; + src: url("./fonts/VGA437.ttf"); } :root { @@ -87,7 +87,7 @@ footer ul>li>p { .logo { text-decoration: none; - font-family: "BUBBCB", sans-serif; + font-family: "VGA437", sans-serif; font-size: 220%; color: #000000; } -- cgit v1.2.3