aboutsummaryrefslogtreecommitdiff
path: root/src/css/styles.css
diff options
context:
space:
mode:
authorIndrajith K L2023-01-18 19:50:35 +0530
committerIndrajith K L2023-01-18 19:50:35 +0530
commit18d89a5482b32d2ee38b94fc6182cc3535ef75cf (patch)
tree63e04fbf8642a45fc8aea6bbc6d33f0e2b2b9e5d /src/css/styles.css
parente2e122a692313ef0719a03dad808235e16f07cd3 (diff)
downloadindrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.gz
indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.bz2
indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.zip
Cosmetic & Content Changes
* New Entry in Career Timeline * Changes header Fonts * Stylesheet changes (link font & font-family changes)
Diffstat (limited to 'src/css/styles.css')
-rw-r--r--src/css/styles.css6
1 files changed, 3 insertions, 3 deletions
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;
}