diff --git a/BalsamiqSans-Italic.ttf b/BalsamiqSans-Italic.ttf
new file mode 100644
index 0000000..6c749d4
Binary files /dev/null and b/BalsamiqSans-Italic.ttf differ
diff --git a/BalsamiqSans-Regular.ttf b/BalsamiqSans-Regular.ttf
new file mode 100644
index 0000000..5f3febf
Binary files /dev/null and b/BalsamiqSans-Regular.ttf differ
diff --git a/index.html b/index.html
index feb9614..ebc8d2a 100644
--- a/index.html
+++ b/index.html
@@ -77,6 +77,8 @@
Hactoberfest Participants
Anshu-111
voidgoel99
+
+ TechDevSubhopriyo
diff --git a/style.css b/style.css
index 97c6319..3c7ecbe 100644
--- a/style.css
+++ b/style.css
@@ -13,9 +13,19 @@ h1{
}
a{
color: #F8F8FF;
+ font-size: 30px;
+ font-family: balsamiq-Sans;
+}
+@font-face {
+ font-family: balsamiq-Sans;
+ src: url("BalsamiqSans-Regular.ttf");
+}
+@font-face {
+ font-family: balsamiq-Sans-italic;
+ src: url("BalsamiqSans-Italic.ttf");
}
a:hover {
- color: rgb(19,19,20);
+ color: rgb(0, 0, 255);
background: rgb(247,173,94);
background: linear-gradient(90deg, rgba(247,173,94,1) 0%, rgba(250,141,26,1) 50%, rgba(247,173,94,1) 100%);
}